#94E44D

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

Shades of Atlantis #94E44D

Tints of Atlantis #94E44D

Color information

#94E44D (or 0x94E44D) is unknown color: approx Atlantis. HEX triplet: 94, E4 and 4D. RGB value is (148,228,77). Sum of RGB (Red+Green+Blue) = 148+228+77=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 228 (89.45% from 255 or 50.33% from 453); Blue value is 77 (30.47% from 255 or 17.00% from 453); Max value from RGB is 228 - color contains mainly: green. Hex color #94E44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E44D is #6B1BB2. Grayscale: #BBBBBB. Windows color (decimal): -7019443 or 5104788. OLE color: 5104788.

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

Color convert

RGB14822877-
CMYK0.3500.660.11
HSL91.79º73.66%59.8%-
HSV(B)91.79º66.23%89.41%-
XYZ41.362.3216.87-
YUV186.8766100.28-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 228 (89.45% from 255) = 50.33%
BLUE value IS 77 (30.47% from 255) = 17.00%
R=32.67%
G=50.33%
B=17.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal148228770.3500.660.1191.7973.6659.8
Hex94E44D23042B5c4a3c
Octal2243441154301021313411274
Binary1001010011100100100110110001101000010101110111001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,228,77); }

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

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

 a { background-color: rgb(148,228,77); }

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

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

 span { border-color: rgb(148,228,77); }

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