#94D539

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

Shades of Atlantis #94D539

Tints of Atlantis #94D539

Color information

#94D539 (or 0x94D539) is unknown color: approx Atlantis. HEX triplet: 94, D5 and 39. RGB value is (148,213,57). Sum of RGB (Red+Green+Blue) = 148+213+57=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 213 (83.59% from 255 or 50.96% from 418); Blue value is 57 (22.66% from 255 or 13.64% from 418); Max value from RGB is 213 - color contains mainly: green. Hex color #94D539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D539 is #6B2AC6. Grayscale: #B0B0B0. Windows color (decimal): -7023303 or 3790228. OLE color: 3790228.

HSL color Cylindrical-coordinate representation of color #94D539: hue angle of 85º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94D539 is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB14821357-
CMYK0.3100.730.16
HSL85º65%52.94%-
HSV(B)85º73.24%83.53%-
XYZ36.7554.1812.39-
YUV175.7860.97108.18-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 213 (83.59% from 255) = 50.96%
BLUE value IS 57 (22.66% from 255) = 13.64%
R=35.41%
G=50.96%
B=13.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148213570.3100.730.16856552.94
Hex94D5391F04910554135
Octal224325713701112012510165
Binary100101001101010111100111111010010011000010101011000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,213,57); }

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

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

 a { background-color: rgb(148,213,57); }

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

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

 span { border-color: rgb(148,213,57); }

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