#EAFF96

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

Shades of Tidal #EAFF96

Tints of Tidal #EAFF96

Color information

#EAFF96 (or 0xEAFF96) is unknown color: approx Tidal. HEX triplet: EA, FF and 96. RGB value is (234,255,150). Sum of RGB (Red+Green+Blue) = 234+255+150=639 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.62% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 150 (58.98% from 255 or 23.47% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFF96 is #150069. Grayscale: #EDEDED. Windows color (decimal): -1376362 or 9895914. OLE color: 9895914.

HSL color Cylindrical-coordinate representation of color #EAFF96: hue angle of 72º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAFF96 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB234255150-
CMYK0.0800.410
HSL72º100%79.41%-
HSV(B)72º41.18%100%-
XYZ75.291.2142.5-
YUV236.7579.04126.04-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.62%
GREEN value IS 255 (100% from 255) = 39.91%
BLUE value IS 150 (58.98% from 255) = 23.47%
R=36.62%
G=39.91%
B=23.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551500.0800.4107210079.41
HexEAFF968029048644f
Octal352377226100510110144117
Binary111010101111111110010110100001010010100100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFF96; }

 p { color: rgb(234,255,150); }

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

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

 a { background-color: rgb(234,255,150); }

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

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

 span { border-color: rgb(234,255,150); }

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