#c9e095

Color #C9E095 Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #C9E095

Tints of Reef #C9E095

Color information

#C9E095 (or 0xC9E095) is unknown color: approx Reef. HEX triplet: C9, E0 and 95. RGB value is (201,224,149). Sum of RGB (Red+Green+Blue) = 201+224+149=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 149 (58.59% from 255 or 25.96% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #C9E095 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9E095 is #361F6A. Grayscale: #D0D0D0. Windows color (decimal): -3546987 or 9822409. OLE color: 9822409.

HSL color Cylindrical-coordinate representation of color #C9E095: hue angle of 78.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C9E095 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB201224149-
CMYK0.1000.330.12
HSL78.4º54.74%73.14%-
HSV(B)78.4º33.48%87.84%-
XYZ56.1767.938.58-
YUV208.5794.38122.6-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.02%
GREEN value IS 224 (87.89% from 255) = 39.02%
BLUE value IS 149 (58.59% from 255) = 25.96%
R=35.02%
G=39.02%
B=25.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2012241490.1000.330.1278.454.7473.14
HexC9E095A021C4e3749
Octal311340225120411411667111
Binary11001001111000001001010110100100001110010011101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9e095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9e095; }

 p { color: rgb(201,224,149); }

 H1.HeaderClassName
 {
   color: #c9e095;
 }
 .AnyTagClassName
 {
   color: #c9e095;
 }
</style>
background-color css

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

 a { background-color: rgb(201,224,149); }

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

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

 span { border-color: rgb(201,224,149); }

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