#94E837

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

Shades of Atlantis #94E837

Tints of Atlantis #94E837

Color information

#94E837 (or 0x94E837) is unknown color: approx Atlantis. HEX triplet: 94, E8 and 37. RGB value is (148,232,55). Sum of RGB (Red+Green+Blue) = 148+232+55=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 232 (91.02% from 255 or 53.33% from 435); Blue value is 55 (21.88% from 255 or 12.64% from 435); Max value from RGB is 232 - color contains mainly: green. Hex color #94E837 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94E837 is #6B17C8. Grayscale: #BBBBBB. Windows color (decimal): -7018441 or 3664020. OLE color: 3664020.

HSL color Cylindrical-coordinate representation of color #94E837: hue angle of 88.47º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #94E837 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.

Color convert

RGB14823255-
CMYK0.3600.760.09
HSL88.47º79.37%56.27%-
HSV(B)88.47º76.29%90.98%-
XYZ41.7664.2813.82-
YUV186.7153.67100.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 232 (91.02% from 255) = 53.33%
BLUE value IS 55 (21.88% from 255) = 12.64%
R=34.02%
G=53.33%
B=12.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal148232550.3600.760.0988.4779.3756.27
Hex94E8372404C9584f38
Octal224350674401141113011770
Binary100101001110100011011110010001001100100110110001001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,232,55); }

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

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

 a { background-color: rgb(148,232,55); }

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

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

 span { border-color: rgb(148,232,55); }

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