Html Css Color HEX #C2DEAA Pixie Green

📋 copy color: '#C2DEAA'

red 194 ◦ green 222 ◦ blue 170

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

Shades of Pixie Green #C2DEAA

Tints of Pixie Green #C2DEAA

RGB

 RED value IS 194 (76.17% from 255) = 33.11%

 GREEN value IS 222 (87.11% from 255) = 37.88%

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

R = 33.11%
G = 37.88%
B = 29.01%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#C2DEAA (or 0xC2DEAA) is known color: Pixie Green. HEX triplet: C2, DE and AA. RGB value is (194,222,170). Sum of RGB (Red+Green+Blue) = 194+222+170=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 222 (87.11% from 255 or 37.88% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DEAA is #3D2155. Grayscale: #CFCFCF. Windows color (decimal): -4006230 or 11198146. OLE color: 11198146.

HSL color Cylindrical-coordinate representation of color #C2DEAA: hue angle of 92.31º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2DEAA is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 194 222 170 -
CMYK 0.13 0 0.23 0.13
HSL 92.31º 0.44% 0.77% -
HSV(B) 92.31º 0.23% 0.87% -
XYZ 55.63 66.61 47.96 -
YUV 207.7 106.72 118.23 -
System Red Green Blue C M Y K H S L
Decimal 194 222 170 0.13 0 0.23 0.13 92.31 0.44 0.77
Hex C2 DE AA D 0 17 D 5C 2C 4D
Octal 302 336 252 15 0 27 15 134 54 115
Binary 11000010 11011110 10101010 1101 0 10111 1101 1011100 101100 1001101

Color Harmonies of #C2DEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DEAA

Black with #C2DEAA

Text Example


Text Example

White with #C2DEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DEAA; }

 p { color: rgb(194,222,170); }

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

background-color css

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

 a { background-color: rgb(194,222,170); }

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

border-color css

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

 span { border-color: rgb(194,222,170); }

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