#92c13e

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

Shades of Atlantis #92C13E

Tints of Atlantis #92C13E

Color information

#92C13E (or 0x92C13E) is unknown color: approx Atlantis. HEX triplet: 92, C1 and 3E. RGB value is (146,193,62). Sum of RGB (Red+Green+Blue) = 146+193+62=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 62 (24.61% from 255 or 15.46% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #92C13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C13E is #6D3EC1. Grayscale: #A4A4A4. Windows color (decimal): -7159490 or 4112786. OLE color: 4112786.

HSL color Cylindrical-coordinate representation of color #92C13E: hue angle of 81.53º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #92C13E is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB14619362-
CMYK0.2400.680.24
HSL81.53º51.37%50%-
HSV(B)81.53º67.88%75.69%-
XYZ31.7944.611.49-
YUV164.0170.43115.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.41%
GREEN value IS 193 (75.78% from 255) = 48.13%
BLUE value IS 62 (24.61% from 255) = 15.46%
R=36.41%
G=48.13%
B=15.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal146193620.2400.680.2481.5351.3750
Hex92C13E1804418523332
Octal22230176300104301226362
Binary10010010110000011111101100001000100110001010010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92c13e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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