Html Css Color HEX #C2D7AE Pixie Green

📋 copy color: '#C2D7AE'

red 194 ◦ green 215 ◦ blue 174

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

Shades of Pixie Green #C2D7AE

Tints of Pixie Green #C2D7AE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.88%

 BLUE value IS 174 (68.36% from 255) = 29.85%

R = 33.28%
G = 36.88%
B = 29.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#C2D7AE (or 0xC2D7AE) is known color: Pixie Green. HEX triplet: C2, D7 and AE. RGB value is (194,215,174). Sum of RGB (Red+Green+Blue) = 194+215+174=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D7AE is #3D2851. Grayscale: #CCCCCC. Windows color (decimal): -4008018 or 11458498. OLE color: 11458498.

HSL color Cylindrical-coordinate representation of color #C2D7AE: hue angle of 90.73º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2D7AE is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 215 174 -
CMYK 0.10 0 0.19 0.16
HSL 90.73º 0.34% 0.76% -
HSV(B) 90.73º 0.19% 0.84% -
XYZ 54.19 63.13 49.37 -
YUV 204.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 194 215 174 0.10 0 0.19 0.16 90.73 0.34 0.76
Hex C2 D7 AE A 0 13 10 5B 22 4C
Octal 302 327 256 12 0 23 20 133 42 114
Binary 11000010 11010111 10101110 1010 0 10011 10000 1011011 100010 1001100

Color Harmonies of #C2D7AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D7AE

Black with #C2D7AE

Text Example


Text Example

White with #C2D7AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D7AE; }

 p { color: rgb(194,215,174); }

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

background-color css

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

 a { background-color: rgb(194,215,174); }

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

border-color css

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

 span { border-color: rgb(194,215,174); }

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