Html Css Color HEX #C2E0A4 Pixie Green

📋 copy color: '#C2E0A4'

red 194 ◦ green 224 ◦ blue 164

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

Shades of Pixie Green #C2E0A4

Tints of Pixie Green #C2E0A4

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.49%

 BLUE value IS 164 (64.45% from 255) = 28.18%

R = 33.33%
G = 38.49%
B = 28.18%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#C2E0A4 (or 0xC2E0A4) is known color: Pixie Green. HEX triplet: C2, E0 and A4. RGB value is (194,224,164). Sum of RGB (Red+Green+Blue) = 194+224+164=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 224 (87.89% from 255 or 38.49% from 582); Blue value is 164 (64.45% from 255 or 28.18% from 582); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E0A4 is #3D1F5B. Grayscale: #D0D0D0. Windows color (decimal): -4005724 or 10805442. OLE color: 10805442.

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

Color convert

RGB 194 224 164 -
CMYK 0.13 0 0.27 0.12
HSL 90º 0.49% 0.76% -
HSV(B) 90º 0.27% 0.88% -
XYZ 55.6 67.46 45.21 -
YUV 208.19 103.06 117.88 -
System Red Green Blue C M Y K H S L
Decimal 194 224 164 0.13 0 0.27 0.12 90 0.49 0.76
Hex C2 E0 A4 D 0 1B C 5A 31 4C
Octal 302 340 244 15 0 33 14 132 61 114
Binary 11000010 11100000 10100100 1101 0 11011 1100 1011010 110001 1001100

Color Harmonies of #C2E0A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E0A4

Black with #C2E0A4

Text Example


Text Example

White with #C2E0A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E0A4; }

 p { color: rgb(194,224,164); }

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

background-color css

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

 a { background-color: rgb(194,224,164); }

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

border-color css

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

 span { border-color: rgb(194,224,164); }

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