#E0FA9F

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

Shades of Reef #E0FA9F

Tints of Reef #E0FA9F

Color information

#E0FA9F (or 0xE0FA9F) is unknown color: approx Reef. HEX triplet: E0, FA and 9F. RGB value is (224,250,159). Sum of RGB (Red+Green+Blue) = 224+250+159=633 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.39% from 633); Green value is 250 (98.05% from 255 or 39.49% from 633); Blue value is 159 (62.5% from 255 or 25.12% from 633); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FA9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FA9F is #1F0560. Grayscale: #E8E8E8. Windows color (decimal): -2032993 or 10484448. OLE color: 10484448.

HSL color Cylindrical-coordinate representation of color #E0FA9F: hue angle of 77.14º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E0FA9F is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB224250159-
CMYK0.1000.360.02
HSL77.14º90.1%80.2%-
HSV(B)77.14º36.4%98.04%-
XYZ71.1886.7245.79-
YUV231.8586.89122.4-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.39%
GREEN value IS 250 (98.05% from 255) = 39.49%
BLUE value IS 159 (62.5% from 255) = 25.12%
R=35.39%
G=39.49%
B=25.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242501590.1000.360.0277.1490.180.2
HexE0FA9FA02424d5a50
Octal340372237120442115132120
Binary1110000011111010100111111010010010010100110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FA9F; }

 p { color: rgb(224,250,159); }

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

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

 a { background-color: rgb(224,250,159); }

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

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

 span { border-color: rgb(224,250,159); }

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