#94E053

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

Shades of Atlantis #94E053

Tints of Atlantis #94E053

Color information

#94E053 (or 0x94E053) is unknown color: approx Atlantis. HEX triplet: 94, E0 and 53. RGB value is (148,224,83). Sum of RGB (Red+Green+Blue) = 148+224+83=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #94E053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E053 is #6B1FAC. Grayscale: #B9B9B9. Windows color (decimal): -7020461 or 5496980. OLE color: 5496980.

HSL color Cylindrical-coordinate representation of color #94E053: hue angle of 92.34º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94E053 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.

Color convert

RGB14822483-
CMYK0.3400.630.12
HSL92.34º69.46%60.2%-
HSV(B)92.34º62.95%87.84%-
XYZ40.4360.2317.68-
YUV185.270.32101.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.53%
GREEN value IS 224 (87.89% from 255) = 49.23%
BLUE value IS 83 (32.81% from 255) = 18.24%
R=32.53%
G=49.23%
B=18.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal148224830.3400.630.1292.3469.4660.2
Hex94E0532203FC5c453c
Octal224340123420771413410574
Binary100101001110000010100111000100111111110010111001000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,224,83); }

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

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

 a { background-color: rgb(148,224,83); }

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

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

 span { border-color: rgb(148,224,83); }

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