#92E03D

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

Shades of Atlantis #92E03D

Tints of Atlantis #92E03D

Color information

#92E03D (or 0x92E03D) is unknown color: approx Atlantis. HEX triplet: 92, E0 and 3D. RGB value is (146,224,61). Sum of RGB (Red+Green+Blue) = 146+224+61=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 224 (87.89% from 255 or 51.97% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 224 - color contains mainly: green. Hex color #92E03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92E03D is #6D1FC2. Grayscale: #B6B6B6. Windows color (decimal): -7151555 or 4055186. OLE color: 4055186.

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

Color convert

RGB14622461-
CMYK0.3500.730.12
HSL88.71º72.44%55.88%-
HSV(B)88.71º72.77%87.84%-
XYZ39.3559.7613.88-
YUV182.159.66102.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.87%
GREEN value IS 224 (87.89% from 255) = 51.97%
BLUE value IS 61 (24.22% from 255) = 14.15%
R=33.87%
G=51.97%
B=14.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal146224610.3500.730.1288.7172.4455.88
Hex92E03D23049C594838
Octal222340754301111413111070
Binary100100101110000011110110001101001001110010110011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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