#92E04D

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

Shades of Atlantis #92E04D

Tints of Atlantis #92E04D

Color information

#92E04D (or 0x92E04D) is unknown color: approx Atlantis. HEX triplet: 92, E0 and 4D. RGB value is (146,224,77). Sum of RGB (Red+Green+Blue) = 146+224+77=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 224 (87.89% from 255 or 50.11% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 224 - color contains mainly: green. Hex color #92E04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92E04D is #6D1FB2. Grayscale: #B8B8B8. Windows color (decimal): -7151539 or 5103762. OLE color: 5103762.

HSL color Cylindrical-coordinate representation of color #92E04D: hue angle of 91.84º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #92E04D is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB14622477-
CMYK0.3500.660.12
HSL91.84º70.33%59.02%-
HSV(B)91.84º65.62%87.84%-
XYZ39.8559.9616.49-
YUV183.9267.66100.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.66%
GREEN value IS 224 (87.89% from 255) = 50.11%
BLUE value IS 77 (30.47% from 255) = 17.23%
R=32.66%
G=50.11%
B=17.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal146224770.3500.660.1291.8470.3359.02
Hex92E04D23042C5c463b
Octal2223401154301021413410673
Binary1001001011100000100110110001101000010110010111001000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E04D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92E04D; }

 p { color: rgb(146,224,77); }

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

<style>
 a { background-color: #92E04D; }

 a { background-color: rgb(146,224,77); }

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

<style>
 span { border-color: #92E04D; }

 span { border-color: rgb(146,224,77); }

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