#EAF78A

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

Shades of Tidal #EAF78A

Tints of Tidal #EAF78A

Color information

#EAF78A (or 0xEAF78A) is unknown color: approx Tidal. HEX triplet: EA, F7 and 8A. RGB value is (234,247,138). Sum of RGB (Red+Green+Blue) = 234+247+138=619 (81% of max value = 765). Red value is 234 (91.80% from 255 or 37.80% from 619); Green value is 247 (96.88% from 255 or 39.90% from 619); Blue value is 138 (54.30% from 255 or 22.29% from 619); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF78A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAF78A is #150875. Grayscale: #E7E7E7. Windows color (decimal): -1378422 or 9107434. OLE color: 9107434.

HSL color Cylindrical-coordinate representation of color #EAF78A: hue angle of 67.16º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAF78A is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.

Color convert

RGB234247138-
CMYK0.0500.440.03
HSL67.16º87.2%75.49%-
HSV(B)67.16º44.13%96.86%-
XYZ71.7885.8536.83-
YUV230.6975.69130.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 37.80%
GREEN value IS 247 (96.88% from 255) = 39.90%
BLUE value IS 138 (54.30% from 255) = 22.29%
R=37.80%
G=39.90%
B=22.29%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2342471380.0500.440.0367.1687.275.49
HexEAF78A502C343574b
Octal35236721250543103127113
Binary111010101111011110001010101010110011100001110101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF78A; }

 p { color: rgb(234,247,138); }

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

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

 a { background-color: rgb(234,247,138); }

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

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

 span { border-color: rgb(234,247,138); }

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