#92E13E

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

Shades of Atlantis #92E13E

Tints of Atlantis #92E13E

Color information

#92E13E (or 0x92E13E) is unknown color: approx Atlantis. HEX triplet: 92, E1 and 3E. RGB value is (146,225,62). Sum of RGB (Red+Green+Blue) = 146+225+62=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 225 (88.28% from 255 or 51.96% from 433); Blue value is 62 (24.61% from 255 or 14.32% from 433); Max value from RGB is 225 - color contains mainly: green. Hex color #92E13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92E13E is #6D1EC1. Grayscale: #B7B7B7. Windows color (decimal): -7151298 or 4120978. OLE color: 4120978.

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

Color convert

RGB14622562-
CMYK0.3500.720.12
HSL89.08º73.09%56.27%-
HSV(B)89.08º72.44%88.24%-
XYZ39.6560.3114.11-
YUV182.859.83101.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.72%
GREEN value IS 225 (88.28% from 255) = 51.96%
BLUE value IS 62 (24.61% from 255) = 14.32%
R=33.72%
G=51.96%
B=14.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal146225620.3500.720.1289.0873.0956.27
Hex92E13E23048C594938
Octal222341764301101413111170
Binary100100101110000111111010001101001000110010110011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,225,62); }

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

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

 a { background-color: rgb(146,225,62); }

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

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

 span { border-color: rgb(146,225,62); }

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