#94E539

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

Shades of Atlantis #94E539

Tints of Atlantis #94E539

Color information

#94E539 (or 0x94E539) is unknown color: approx Atlantis. HEX triplet: 94, E5 and 39. RGB value is (148,229,57). Sum of RGB (Red+Green+Blue) = 148+229+57=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 229 (89.84% from 255 or 52.76% from 434); Blue value is 57 (22.66% from 255 or 13.13% from 434); Max value from RGB is 229 - color contains mainly: green. Hex color #94E539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E539 is #6B1AC6. Grayscale: #B9B9B9. Windows color (decimal): -7019207 or 3794324. OLE color: 3794324.

HSL color Cylindrical-coordinate representation of color #94E539: hue angle of 88.26º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94E539 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.

Color convert

RGB14822957-
CMYK0.3500.750.10
HSL88.26º76.79%56.08%-
HSV(B)88.26º75.11%89.8%-
XYZ40.9762.6313.8-
YUV185.1755.66101.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.10%
GREEN value IS 229 (89.84% from 255) = 52.76%
BLUE value IS 57 (22.66% from 255) = 13.13%
R=34.10%
G=52.76%
B=13.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal148229570.3500.750.1088.2676.7956.08
Hex94E5392304BA584d38
Octal224345714301131213011570
Binary100101001110010111100110001101001011101010110001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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