#E0FA9E

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

Shades of Reef #E0FA9E

Tints of Reef #E0FA9E

Color information

#E0FA9E (or 0xE0FA9E) is unknown color: approx Reef. HEX triplet: E0, FA and 9E. RGB value is (224,250,158). Sum of RGB (Red+Green+Blue) = 224+250+158=632 (83% of max value = 765). Red value is 224 (87.89% from 255 or 35.44% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 158 (62.11% from 255 or 25% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FA9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FA9E is #1F0561. Grayscale: #E8E8E8. Windows color (decimal): -2032994 or 10418912. OLE color: 10418912.

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

Color convert

RGB224250158-
CMYK0.1000.370.02
HSL76.96º90.2%80%-
HSV(B)76.96º36.8%98.04%-
XYZ71.186.6945.33-
YUV231.7486.39122.48-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.44%
GREEN value IS 250 (98.05% from 255) = 39.56%
BLUE value IS 158 (62.11% from 255) = 25%
R=35.44%
G=39.56%
B=25%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242501580.1000.370.0276.9690.280
HexE0FA9EA02524d5a50
Octal340372236120452115132120
Binary1110000011111010100111101010010010110100110110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FA9E; }

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

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

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

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

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

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

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

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