Html Css Color HEX #C0DAA5 Pixie Green

📋 copy color: '#C0DAA5'

red 192 ◦ green 218 ◦ blue 165

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

Shades of Pixie Green #C0DAA5

Tints of Pixie Green #C0DAA5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.91%

 BLUE value IS 165 (64.84% from 255) = 28.7%

R = 33.39%
G = 37.91%
B = 28.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#C0DAA5 (or 0xC0DAA5) is known color: Pixie Green. HEX triplet: C0, DA and A5. RGB value is (192,218,165). Sum of RGB (Red+Green+Blue) = 192+218+165=575 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.39% from 575); Green value is 218 (85.55% from 255 or 37.91% from 575); Blue value is 165 (64.84% from 255 or 28.70% from 575); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DAA5 is #3F255A. Grayscale: #CCCCCC. Windows color (decimal): -4138331 or 10869440. OLE color: 10869440.

HSL color Cylindrical-coordinate representation of color #C0DAA5: hue angle of 89.43º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0DAA5 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 218 165 -
CMYK 0.12 0 0.24 0.15
HSL 89.43º 0.42% 0.75% -
HSV(B) 89.43º 0.24% 0.85% -
XYZ 53.6 64.07 45.14 -
YUV 204.18 105.89 119.31 -
System Red Green Blue C M Y K H S L
Decimal 192 218 165 0.12 0 0.24 0.15 89.43 0.42 0.75
Hex C0 DA A5 C 0 18 F 59 2A 4B
Octal 300 332 245 14 0 30 17 131 52 113
Binary 11000000 11011010 10100101 1100 0 11000 1111 1011001 101010 1001011

Color Harmonies of #C0DAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DAA5

Black with #C0DAA5

Text Example


Text Example

White with #C0DAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DAA5; }

 p { color: rgb(192,218,165); }

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

background-color css

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

 a { background-color: rgb(192,218,165); }

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

border-color css

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

 span { border-color: rgb(192,218,165); }

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