Html Css Color HEX #C0D2AA Pixie Green

📋 copy color: '#C0D2AA'

red 192 ◦ green 210 ◦ blue 170

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

Shades of Pixie Green #C0D2AA

Tints of Pixie Green #C0D2AA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.71%

 BLUE value IS 170 (66.8% from 255) = 29.72%

R = 33.57%
G = 36.71%
B = 29.72%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#C0D2AA (or 0xC0D2AA) is known color: Pixie Green. HEX triplet: C0, D2 and AA. RGB value is (192,210,170). Sum of RGB (Red+Green+Blue) = 192+210+170=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 170 (66.80% from 255 or 29.72% from 572); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D2AA is #3F2D55. Grayscale: #C8C8C8. Windows color (decimal): -4140374 or 11195072. OLE color: 11195072.

HSL color Cylindrical-coordinate representation of color #C0D2AA: hue angle of 87º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C0D2AA is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 210 170 -
CMYK 0.09 0 0.19 0.18
HSL 87º 0.31% 0.75% -
HSV(B) 87º 0.19% 0.82% -
XYZ 52.04 60.2 46.91 -
YUV 200.06 111.04 122.25 -
System Red Green Blue C M Y K H S L
Decimal 192 210 170 0.09 0 0.19 0.18 87 0.31 0.75
Hex C0 D2 AA 9 0 13 12 57 1F 4B
Octal 300 322 252 11 0 23 22 127 37 113
Binary 11000000 11010010 10101010 1001 0 10011 10010 1010111 11111 1001011

Color Harmonies of #C0D2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D2AA

Black with #C0D2AA

Text Example


Text Example

White with #C0D2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D2AA; }

 p { color: rgb(192,210,170); }

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

background-color css

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

 a { background-color: rgb(192,210,170); }

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

border-color css

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

 span { border-color: rgb(192,210,170); }

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