Html Css Color HEX #C0D8AC Pixie Green

📋 copy color: '#C0D8AC'

red 192 ◦ green 216 ◦ blue 172

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

Shades of Pixie Green #C0D8AC

Tints of Pixie Green #C0D8AC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.24%

 BLUE value IS 172 (67.58% from 255) = 29.66%

R = 33.1%
G = 37.24%
B = 29.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#C0D8AC (or 0xC0D8AC) is known color: Pixie Green. HEX triplet: C0, D8 and AC. RGB value is (192,216,172). Sum of RGB (Red+Green+Blue) = 192+216+172=580 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.10% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 172 (67.58% from 255 or 29.66% from 580); Max value from RGB is 216 - color contains mainly: green. Hex color #C0D8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0D8AC is #3F2753. Grayscale: #CBCBCB. Windows color (decimal): -4138836 or 11327680. OLE color: 11327680.

HSL color Cylindrical-coordinate representation of color #C0D8AC: hue angle of 92.73º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0D8AC is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 216 172 -
CMYK 0.11 0 0.20 0.15
HSL 92.73º 0.36% 0.76% -
HSV(B) 92.73º 0.2% 0.85% -
XYZ 53.74 63.3 48.41 -
YUV 203.81 110.05 119.58 -
System Red Green Blue C M Y K H S L
Decimal 192 216 172 0.11 0 0.20 0.15 92.73 0.36 0.76
Hex C0 D8 AC B 0 14 F 5D 24 4C
Octal 300 330 254 13 0 24 17 135 44 114
Binary 11000000 11011000 10101100 1011 0 10100 1111 1011101 100100 1001100

Color Harmonies of #C0D8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D8AC

Black with #C0D8AC

Text Example


Text Example

White with #C0D8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D8AC; }

 p { color: rgb(192,216,172); }

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

background-color css

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

 a { background-color: rgb(192,216,172); }

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

border-color css

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

 span { border-color: rgb(192,216,172); }

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