#94EA35

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

Shades of Atlantis #94EA35

Tints of Atlantis #94EA35

Color information

#94EA35 (or 0x94EA35) is unknown color: approx Atlantis. HEX triplet: 94, EA and 35. RGB value is (148,234,53). Sum of RGB (Red+Green+Blue) = 148+234+53=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 234 (91.80% from 255 or 53.79% from 435); Blue value is 53 (21.09% from 255 or 12.18% from 435); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA35 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EA35 is #6B15CA. Grayscale: #BCBCBC. Windows color (decimal): -7017931 or 3533460. OLE color: 3533460.

HSL color Cylindrical-coordinate representation of color #94EA35: hue angle of 88.51º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94EA35 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.08.

Color convert

RGB14823453-
CMYK0.3700.770.08
HSL88.51º81.17%56.27%-
HSV(B)88.51º77.35%91.76%-
XYZ42.2865.413.76-
YUV187.6552.0199.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 234 (91.80% from 255) = 53.79%
BLUE value IS 53 (21.09% from 255) = 12.18%
R=34.02%
G=53.79%
B=12.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal148234530.3700.770.0888.5181.1756.27
Hex94EA352504D8595138
Octal224352654501151013112170
Binary100101001110101011010110010101001101100010110011010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94EA35; }

 p { color: rgb(148,234,53); }

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

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

 a { background-color: rgb(148,234,53); }

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

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

 span { border-color: rgb(148,234,53); }

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