Html Css Color HEX #C0DA9A Pixie Green

📋 copy color: '#C0DA9A'

red 192 ◦ green 218 ◦ blue 154

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

Shades of Pixie Green #C0DA9A

Tints of Pixie Green #C0DA9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.3%

R = 34.04%
G = 38.65%
B = 27.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#C0DA9A (or 0xC0DA9A) is known color: Pixie Green. HEX triplet: C0, DA and 9A. RGB value is (192,218,154). Sum of RGB (Red+Green+Blue) = 192+218+154=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 218 (85.55% from 255 or 38.65% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DA9A is #3F2565. Grayscale: #CBCBCB. Windows color (decimal): -4138342 or 10148544. OLE color: 10148544.

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

Color convert

RGB 192 218 154 -
CMYK 0.12 0 0.29 0.15
HSL 84.38º 0.46% 0.73% -
HSV(B) 84.38º 0.29% 0.85% -
XYZ 52.64 63.68 40.09 -
YUV 202.93 100.39 120.2 -
System Red Green Blue C M Y K H S L
Decimal 192 218 154 0.12 0 0.29 0.15 84.38 0.46 0.73
Hex C0 DA 9A C 0 1D F 54 2E 49
Octal 300 332 232 14 0 35 17 124 56 111
Binary 11000000 11011010 10011010 1100 0 11101 1111 1010100 101110 1001001

Color Harmonies of #C0DA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DA9A

Black with #C0DA9A

Text Example


Text Example

White with #C0DA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DA9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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