#e0f2a0

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

Shades of Reef #E0F2A0

Tints of Reef #E0F2A0

Color information

#E0F2A0 (or 0xE0F2A0) is unknown color: approx Reef. HEX triplet: E0, F2 and A0. RGB value is (224,242,160). Sum of RGB (Red+Green+Blue) = 224+242+160=626 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.78% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 160 (62.89% from 255 or 25.56% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #E0F2A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0F2A0 is #1F0D5F. Grayscale: #E3E3E3. Windows color (decimal): -2035040 or 10547936. OLE color: 10547936.

HSL color Cylindrical-coordinate representation of color #E0F2A0: hue angle of 73.17º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E0F2A0 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB224242160-
CMYK0.0700.340.05
HSL73.17º75.93%78.82%-
HSV(B)73.17º33.88%94.9%-
XYZ68.8481.8945.44-
YUV227.2790.04125.67-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 35.78%
GREEN value IS 242 (94.92% from 255) = 38.66%
BLUE value IS 160 (62.89% from 255) = 25.56%
R=35.78%
G=38.66%
B=25.56%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2242421600.0700.340.0573.1775.9378.82
HexE0F2A070225494c4f
Octal34036224070425111114117
Binary1110000011110010101000001110100010101100100110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e0f2a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e0f2a0; }

 p { color: rgb(224,242,160); }

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

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

 a { background-color: rgb(224,242,160); }

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

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

 span { border-color: rgb(224,242,160); }

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