#E6F98A

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

Shades of Tidal #E6F98A

Tints of Tidal #E6F98A

Color information

#E6F98A (or 0xE6F98A) is unknown color: approx Tidal. HEX triplet: E6, F9 and 8A. RGB value is (230,249,138). Sum of RGB (Red+Green+Blue) = 230+249+138=617 (81% of max value = 765). Red value is 230 (90.23% from 255 or 37.28% from 617); Green value is 249 (97.66% from 255 or 40.36% from 617); Blue value is 138 (54.30% from 255 or 22.37% from 617); Max value from RGB is 249 - color contains mainly: green. Hex color #E6F98A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6F98A is #190675. Grayscale: #E7E7E7. Windows color (decimal): -1640054 or 9107942. OLE color: 9107942.

HSL color Cylindrical-coordinate representation of color #E6F98A: hue angle of 70.27º 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 #E6F98A is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB230249138-
CMYK0.0800.450.02
HSL70.27º90.24%75.88%-
HSV(B)70.27º44.58%97.65%-
XYZ71.186.4136.98-
YUV230.6675.71127.53-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.28%
GREEN value IS 249 (97.66% from 255) = 40.36%
BLUE value IS 138 (54.30% from 255) = 22.37%
R=37.28%
G=40.36%
B=22.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2302491380.0800.450.0270.2790.2475.88
HexE6F98A802D2465a4c
Octal346371212100552106132114
Binary1110011011111001100010101000010110110100011010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6F98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6F98A; }

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

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

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

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

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

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

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

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