#EAFF93

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

Shades of Tidal #EAFF93

Tints of Tidal #EAFF93

Color information

#EAFF93 (or 0xEAFF93) is unknown color: approx Tidal. HEX triplet: EA, FF and 93. RGB value is (234,255,147). Sum of RGB (Red+Green+Blue) = 234+255+147=636 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.79% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 147 (57.81% from 255 or 23.11% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EAFF93 is #15006C. Grayscale: #ECECEC. Windows color (decimal): -1376365 or 9699306. OLE color: 9699306.

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

Color convert

RGB234255147-
CMYK0.0800.420
HSL71.67º100%78.82%-
HSV(B)71.67º42.35%100%-
XYZ74.9691.1241.24-
YUV236.4177.54126.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 36.79%
GREEN value IS 255 (100% from 255) = 40.09%
BLUE value IS 147 (57.81% from 255) = 23.11%
R=36.79%
G=40.09%
B=23.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342551470.0800.42071.6710078.82
HexEAFF93802A048644f
Octal352377223100520110144117
Binary111010101111111110010011100001010100100100011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFF93; }

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

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

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

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

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

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

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

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