Html Css Color HEX #C0DC9A Pixie Green

📋 copy color: '#C0DC9A'

red 192 ◦ green 220 ◦ blue 154

#C0DC9A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pixie Green #C0DC9A

Tints of Pixie Green #C0DC9A

RGB

 RED value IS 192 (75.39% from 255) = 33.92%

 GREEN value IS 220 (86.33% from 255) = 38.87%

 BLUE value IS 154 (60.55% from 255) = 27.21%

R = 33.92%
G = 38.87%
B = 27.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.3

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C0DC9A (or 0xC0DC9A) is known color: Pixie Green. HEX triplet: C0, DC and 9A. RGB value is (192,220,154). Sum of RGB (Red+Green+Blue) = 192+220+154=566 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.92% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DC9A is #3F2365. Grayscale: #CCCCCC. Windows color (decimal): -4137830 or 10149056. OLE color: 10149056.

HSL color Cylindrical-coordinate representation of color #C0DC9A: hue angle of 85.45º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0DC9A is Cyan = 0.13, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 220 154 -
CMYK 0.13 0 0.3 0.14
HSL 85.45º 0.49% 0.73% -
HSV(B) 85.45º 0.3% 0.86% -
XYZ 53.16 64.73 40.26 -
YUV 204.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 192 220 154 0.13 0 0.3 0.14 85.45 0.49 0.73
Hex C0 DC 9A D 0 1E E 55 31 49
Octal 300 334 232 15 0 36 16 125 61 111
Binary 11000000 11011100 10011010 1101 0 11110 1110 1010101 110001 1001001

Color Harmonies of #C0DC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DC9A

Black with #C0DC9A

Text Example


Text Example

White with #C0DC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DC9A; }

 p { color: rgb(192,220,154); }

 H1.HeaderClassName
 {
   color: #C0DC9A;
 }
 .AnyTagClassName
 {
   color: #C0DC9A;
 }
</style>

background-color css

<style>
 a { background-color: #C0DC9A; }

 a { background-color: rgb(192,220,154); }

 div.DivClassName
 {
   background-color: #C0DC9A;
 }
 .BgClassName
 {
   background-color: #C0DC9A;
 }
</style>

border-color css

<style>
 span { border-color: #C0DC9A; }

 span { border-color: rgb(192,220,154); }

 td.TdClassName
 {
   border-color: #C0DC9A;
 }
 .TagClassName
 {
   border-color: #C0DC9A;
 }
</style>