#94E339

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

Shades of Atlantis #94E339

Tints of Atlantis #94E339

Color information

#94E339 (or 0x94E339) is unknown color: approx Atlantis. HEX triplet: 94, E3 and 39. RGB value is (148,227,57). Sum of RGB (Red+Green+Blue) = 148+227+57=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 227 (89.06% from 255 or 52.55% from 432); Blue value is 57 (22.66% from 255 or 13.19% from 432); Max value from RGB is 227 - color contains mainly: green. Hex color #94E339 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E339 is #6B1CC6. Grayscale: #B8B8B8. Windows color (decimal): -7019719 or 3793812. OLE color: 3793812.

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

Color convert

RGB14822757-
CMYK0.3500.750.11
HSL87.88º75.22%55.69%-
HSV(B)87.88º74.89%89.02%-
XYZ40.4261.5313.62-
YUV18456.33102.32-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.26%
GREEN value IS 227 (89.06% from 255) = 52.55%
BLUE value IS 57 (22.66% from 255) = 13.19%
R=34.26%
G=52.55%
B=13.19%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal148227570.3500.750.1187.8875.2255.69
Hex94E3392304BB584b38
Octal224343714301131313011370
Binary100101001110001111100110001101001011101110110001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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