#C9F0AB

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

Shades of Reef #C9F0AB

Tints of Reef #C9F0AB

Color information

#C9F0AB (or 0xC9F0AB) is unknown color: approx Reef. HEX triplet: C9, F0 and AB. RGB value is (201,240,171). Sum of RGB (Red+Green+Blue) = 201+240+171=612 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.84% from 612); Green value is 240 (94.14% from 255 or 39.22% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9F0AB is #360F54. Grayscale: #DCDCDC. Windows color (decimal): -3542869 or 11268297. OLE color: 11268297.

HSL color Cylindrical-coordinate representation of color #C9F0AB: hue angle of 93.91º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C9F0AB is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB201240171-
CMYK0.1600.290.06
HSL93.91º69.7%80.59%-
HSV(B)93.91º28.75%94.12%-
XYZ62.677.6850.22-
YUV220.47100.08114.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.84%
GREEN value IS 240 (94.14% from 255) = 39.22%
BLUE value IS 171 (67.19% from 255) = 27.94%
R=32.84%
G=39.22%
B=27.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012401710.1600.290.0693.9169.780.59
HexC9F0AB1001D65e4651
Octal311360253200356136106121
Binary11001001111100001010101110000011101110101111010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F0AB; }

 p { color: rgb(201,240,171); }

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

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

 a { background-color: rgb(201,240,171); }

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

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

 span { border-color: rgb(201,240,171); }

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