Html Css Color HEX #C0DB9A Pixie Green

📋 copy color: '#C0DB9A'

red 192 ◦ green 219 ◦ blue 154

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

Shades of Pixie Green #C0DB9A

Tints of Pixie Green #C0DB9A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.76%

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

R = 33.98%
G = 38.76%
B = 27.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#C0DB9A (or 0xC0DB9A) is known color: Pixie Green. HEX triplet: C0, DB and 9A. RGB value is (192,219,154). Sum of RGB (Red+Green+Blue) = 192+219+154=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 219 (85.94% from 255 or 38.76% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DB9A is #3F2465. Grayscale: #CBCBCB. Windows color (decimal): -4138086 or 10148800. OLE color: 10148800.

HSL color Cylindrical-coordinate representation of color #C0DB9A: hue angle of 84.92º degrees, saturation: 0.47, 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 #C0DB9A is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 219 154 -
CMYK 0.12 0 0.30 0.14
HSL 84.92º 0.47% 0.73% -
HSV(B) 84.92º 0.3% 0.86% -
XYZ 52.9 64.2 40.18 -
YUV 203.52 100.05 119.79 -
System Red Green Blue C M Y K H S L
Decimal 192 219 154 0.12 0 0.30 0.14 84.92 0.47 0.73
Hex C0 DB 9A C 0 1E E 55 2F 49
Octal 300 333 232 14 0 36 16 125 57 111
Binary 11000000 11011011 10011010 1100 0 11110 1110 1010101 101111 1001001

Color Harmonies of #C0DB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DB9A

Black with #C0DB9A

Text Example


Text Example

White with #C0DB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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