Html Css Color HEX #C2DEA6 Pixie Green

📋 copy color: '#C2DEA6'

red 194 ◦ green 222 ◦ blue 166

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

Shades of Pixie Green #C2DEA6

Tints of Pixie Green #C2DEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.52%

R = 33.33%
G = 38.14%
B = 28.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#C2DEA6 (or 0xC2DEA6) is known color: Pixie Green. HEX triplet: C2, DE and A6. RGB value is (194,222,166). Sum of RGB (Red+Green+Blue) = 194+222+166=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 222 (87.11% from 255 or 38.14% from 582); Blue value is 166 (65.23% from 255 or 28.52% from 582); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DEA6 is #3D2159. Grayscale: #CFCFCF. Windows color (decimal): -4006234 or 10936002. OLE color: 10936002.

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

Color convert

RGB 194 222 166 -
CMYK 0.13 0 0.25 0.13
HSL 90º 0.46% 0.76% -
HSV(B) 90º 0.25% 0.87% -
XYZ 55.25 66.47 45.99 -
YUV 207.24 104.72 118.55 -
System Red Green Blue C M Y K H S L
Decimal 194 222 166 0.13 0 0.25 0.13 90 0.46 0.76
Hex C2 DE A6 D 0 19 D 5A 2E 4C
Octal 302 336 246 15 0 31 15 132 56 114
Binary 11000010 11011110 10100110 1101 0 11001 1101 1011010 101110 1001100

Color Harmonies of #C2DEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2DEA6

Black with #C2DEA6

Text Example


Text Example

White with #C2DEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2DEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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