Html Css Color HEX #C0D6AE Pixie Green

📋 copy color: '#C0D6AE'

red 192 ◦ green 214 ◦ blue 174

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

Shades of Pixie Green #C0D6AE

Tints of Pixie Green #C0D6AE

RGB

 RED value IS 192 (75.39% from 255) = 33.1%

 GREEN value IS 214 (83.98% from 255) = 36.9%

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

R = 33.1%
G = 36.9%
B = 30%

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

#C0D6AE (or 0xC0D6AE) is known color: Pixie Green. HEX triplet: C0, D6 and AE. RGB value is (192,214,174). Sum of RGB (Red+Green+Blue) = 192+214+174=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 174 (68.36% from 255 or 30% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D6AE is #3F2951. Grayscale: #CBCBCB. Windows color (decimal): -4139346 or 11458240. OLE color: 11458240.

HSL color Cylindrical-coordinate representation of color #C0D6AE: hue angle of 93º degrees, saturation: 0.33, 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 #C0D6AE is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 214 174 -
CMYK 0.10 0 0.19 0.16
HSL 93º 0.33% 0.76% -
HSV(B) 93º 0.19% 0.84% -
XYZ 53.42 62.36 49.26 -
YUV 202.86 111.71 120.25 -
System Red Green Blue C M Y K H S L
Decimal 192 214 174 0.10 0 0.19 0.16 93 0.33 0.76
Hex C0 D6 AE A 0 13 10 5D 21 4C
Octal 300 326 256 12 0 23 20 135 41 114
Binary 11000000 11010110 10101110 1010 0 10011 10000 1011101 100001 1001100

Color Harmonies of #C0D6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D6AE

Black with #C0D6AE

Text Example


Text Example

White with #C0D6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D6AE; }

 p { color: rgb(192,214,174); }

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

background-color css

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

 a { background-color: rgb(192,214,174); }

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

border-color css

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

 span { border-color: rgb(192,214,174); }

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