Html Css Color HEX #C0D2AD Pixie Green

📋 copy color: '#C0D2AD'

red 192 ◦ green 210 ◦ blue 173

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

Shades of Pixie Green #C0D2AD

Tints of Pixie Green #C0D2AD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.52%

 BLUE value IS 173 (67.97% from 255) = 30.09%

R = 33.39%
G = 36.52%
B = 30.09%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#C0D2AD (or 0xC0D2AD) is known color: Pixie Green. HEX triplet: C0, D2 and AD. RGB value is (192,210,173). Sum of RGB (Red+Green+Blue) = 192+210+173=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 173 (67.97% from 255 or 30.09% from 575); Max value from RGB is 210 - color contains mainly: green. Hex color #C0D2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D2AD is #3F2D52. Grayscale: #C8C8C8. Windows color (decimal): -4140371 or 11391680. OLE color: 11391680.

HSL color Cylindrical-coordinate representation of color #C0D2AD: hue angle of 89.19º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0D2AD is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 192 210 173 -
CMYK 0.09 0 0.18 0.18
HSL 89.19º 0.29% 0.75% -
HSV(B) 89.19º 0.18% 0.82% -
XYZ 52.33 60.32 48.42 -
YUV 200.4 112.54 122.01 -
System Red Green Blue C M Y K H S L
Decimal 192 210 173 0.09 0 0.18 0.18 89.19 0.29 0.75
Hex C0 D2 AD 9 0 12 12 59 1D 4B
Octal 300 322 255 11 0 22 22 131 35 113
Binary 11000000 11010010 10101101 1001 0 10010 10010 1011001 11101 1001011

Color Harmonies of #C0D2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D2AD

Black with #C0D2AD

Text Example


Text Example

White with #C0D2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D2AD; }

 p { color: rgb(192,210,173); }

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

background-color css

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

 a { background-color: rgb(192,210,173); }

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

border-color css

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

 span { border-color: rgb(192,210,173); }

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