Html Css Color HEX #C0DA9B Pixie Green

📋 copy color: '#C0DA9B'

red 192 ◦ green 218 ◦ blue 155

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

Shades of Pixie Green #C0DA9B

Tints of Pixie Green #C0DA9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 27.43%

R = 33.98%
G = 38.58%
B = 27.43%

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

#C0DA9B (or 0xC0DA9B) is known color: Pixie Green. HEX triplet: C0, DA and 9B. RGB value is (192,218,155). Sum of RGB (Red+Green+Blue) = 192+218+155=565 (74% of max value = 765). Red value is 192 (75.39% from 255 or 33.98% from 565); Green value is 218 (85.55% from 255 or 38.58% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0DA9B is #3F2564. Grayscale: #CBCBCB. Windows color (decimal): -4138341 or 10214080. OLE color: 10214080.

HSL color Cylindrical-coordinate representation of color #C0DA9B: hue angle of 84.76º 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 #C0DA9B is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB 192 218 155 -
CMYK 0.12 0 0.29 0.15
HSL 84.76º 0.46% 0.73% -
HSV(B) 84.76º 0.29% 0.85% -
XYZ 52.73 63.72 40.53 -
YUV 203.04 100.89 120.12 -
System Red Green Blue C M Y K H S L
Decimal 192 218 155 0.12 0 0.29 0.15 84.76 0.46 0.73
Hex C0 DA 9B C 0 1D F 55 2E 49
Octal 300 332 233 14 0 35 17 125 56 111
Binary 11000000 11011010 10011011 1100 0 11101 1111 1010101 101110 1001001

Color Harmonies of #C0DA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DA9B

Black with #C0DA9B

Text Example


Text Example

White with #C0DA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DA9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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