#E0FA90

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

Shades of Tidal #E0FA90

Tints of Tidal #E0FA90

Color information

#E0FA90 (or 0xE0FA90) is unknown color: approx Tidal. HEX triplet: E0, FA and 90. RGB value is (224,250,144). Sum of RGB (Red+Green+Blue) = 224+250+144=618 (81% of max value = 765). Red value is 224 (87.89% from 255 or 36.25% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 144 (56.64% from 255 or 23.30% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E0FA90 is #1F056F. Grayscale: #E6E6E6. Windows color (decimal): -2033008 or 9501408. OLE color: 9501408.

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

Color convert

RGB224250144-
CMYK0.1000.420.02
HSL74.72º91.38%77.25%-
HSV(B)74.72º42.4%98.04%-
XYZ69.9686.2339.34-
YUV230.1479.39123.62-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 36.25%
GREEN value IS 250 (98.05% from 255) = 40.45%
BLUE value IS 144 (56.64% from 255) = 23.30%
R=36.25%
G=40.45%
B=23.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2242501440.1000.420.0274.7291.3877.25
HexE0FA90A02A24b5b4d
Octal340372220120522113133115
Binary1110000011111010100100001010010101010100101110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0FA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0FA90; }

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

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

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

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

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

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

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

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