Html Css Color HEX #C2D7AA Pixie Green

📋 copy color: '#C2D7AA'

red 194 ◦ green 215 ◦ blue 170

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

Shades of Pixie Green #C2D7AA

Tints of Pixie Green #C2D7AA

RGB

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

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

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

R = 33.51%
G = 37.13%
B = 29.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#C2D7AA (or 0xC2D7AA) is known color: Pixie Green. HEX triplet: C2, D7 and AA. RGB value is (194,215,170). Sum of RGB (Red+Green+Blue) = 194+215+170=579 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.51% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D7AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D7AA is #3D2855. Grayscale: #CBCBCB. Windows color (decimal): -4008022 or 11196354. OLE color: 11196354.

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

Color convert

RGB 194 215 170 -
CMYK 0.10 0 0.21 0.16
HSL 88º 0.36% 0.75% -
HSV(B) 88º 0.21% 0.84% -
XYZ 53.8 62.97 47.35 -
YUV 203.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 194 215 170 0.10 0 0.21 0.16 88 0.36 0.75
Hex C2 D7 AA A 0 15 10 58 24 4B
Octal 302 327 252 12 0 25 20 130 44 113
Binary 11000010 11010111 10101010 1010 0 10101 10000 1011000 100100 1001011

Color Harmonies of #C2D7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D7AA

Black with #C2D7AA

Text Example


Text Example

White with #C2D7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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