#C9F4A0

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

Shades of Reef #C9F4A0

Tints of Reef #C9F4A0

Color information

#C9F4A0 (or 0xC9F4A0) is unknown color: approx Reef. HEX triplet: C9, F4 and A0. RGB value is (201,244,160). Sum of RGB (Red+Green+Blue) = 201+244+160=605 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.22% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 160 (62.89% from 255 or 26.45% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #C9F4A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F4A0 is #360B5F. Grayscale: #DDDDDD. Windows color (decimal): -3541856 or 10548425. OLE color: 10548425.

HSL color Cylindrical-coordinate representation of color #C9F4A0: hue angle of 90.71º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9F4A0 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.04.

Color convert

RGB201244160-
CMYK0.1800.340.04
HSL90.71º79.25%79.22%-
HSV(B)90.71º34.43%95.69%-
XYZ62.7879.6645.32-
YUV221.5793.25113.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 33.22%
GREEN value IS 244 (95.70% from 255) = 40.33%
BLUE value IS 160 (62.89% from 255) = 26.45%
R=33.22%
G=40.33%
B=26.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2012441600.1800.340.0490.7179.2579.22
HexC9F4A01202245b4f4f
Octal311364240220424133117117
Binary110010011111010010100000100100100010100101101110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F4A0; }

 p { color: rgb(201,244,160); }

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

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

 a { background-color: rgb(201,244,160); }

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

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

 span { border-color: rgb(201,244,160); }

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