#E1F98A

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

Shades of Tidal #E1F98A

Tints of Tidal #E1F98A

Color information

#E1F98A (or 0xE1F98A) is unknown color: approx Tidal. HEX triplet: E1, F9 and 8A. RGB value is (225,249,138). Sum of RGB (Red+Green+Blue) = 225+249+138=612 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.76% from 612); Green value is 249 (97.66% from 255 or 40.69% from 612); Blue value is 138 (54.30% from 255 or 22.55% from 612); Max value from RGB is 249 - color contains mainly: green. Hex color #E1F98A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1F98A is #1E0675. Grayscale: #E5E5E5. Windows color (decimal): -1967734 or 9107937. OLE color: 9107937.

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

Color convert

RGB225249138-
CMYK0.1000.450.02
HSL72.97º90.24%75.88%-
HSV(B)72.97º44.58%97.65%-
XYZ69.5185.5936.9-
YUV229.1776.55125.03-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.76%
GREEN value IS 249 (97.66% from 255) = 40.69%
BLUE value IS 138 (54.30% from 255) = 22.55%
R=36.76%
G=40.69%
B=22.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252491380.1000.450.0272.9790.2475.88
HexE1F98AA02D2495a4c
Octal341371212120552111132114
Binary1110000111111001100010101010010110110100100110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1F98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1F98A; }

 p { color: rgb(225,249,138); }

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

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

 a { background-color: rgb(225,249,138); }

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

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

 span { border-color: rgb(225,249,138); }

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