Html Css Color HEX #C0DCA6 Pixie Green

📋 copy color: '#C0DCA6'

red 192 ◦ green 220 ◦ blue 166

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

Shades of Pixie Green #C0DCA6

Tints of Pixie Green #C0DCA6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 38.06%

 BLUE value IS 166 (65.23% from 255) = 28.72%

R = 33.22%
G = 38.06%
B = 28.72%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#C0DCA6 (or 0xC0DCA6) is known color: Pixie Green. HEX triplet: C0, DC and A6. RGB value is (192,220,166). Sum of RGB (Red+Green+Blue) = 192+220+166=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 220 (86.33% from 255 or 38.06% from 578); Blue value is 166 (65.23% from 255 or 28.72% from 578); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DCA6 is #3F2359. Grayscale: #CDCDCD. Windows color (decimal): -4137818 or 10935488. OLE color: 10935488.

HSL color Cylindrical-coordinate representation of color #C0DCA6: hue angle of 91.11º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0DCA6 is Cyan = 0.13, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 192 220 166 -
CMYK 0.13 0 0.25 0.14
HSL 91.11º 0.44% 0.76% -
HSV(B) 91.11º 0.25% 0.86% -
XYZ 54.21 65.15 45.79 -
YUV 205.47 105.72 118.39 -
System Red Green Blue C M Y K H S L
Decimal 192 220 166 0.13 0 0.25 0.14 91.11 0.44 0.76
Hex C0 DC A6 D 0 19 E 5B 2C 4C
Octal 300 334 246 15 0 31 16 133 54 114
Binary 11000000 11011100 10100110 1101 0 11001 1110 1011011 101100 1001100

Color Harmonies of #C0DCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DCA6

Black with #C0DCA6

Text Example


Text Example

White with #C0DCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DCA6; }

 p { color: rgb(192,220,166); }

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

background-color css

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

 a { background-color: rgb(192,220,166); }

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

border-color css

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

 span { border-color: rgb(192,220,166); }

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