#92E83F

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

Shades of Atlantis #92E83F

Tints of Atlantis #92E83F

Color information

#92E83F (or 0x92E83F) is unknown color: approx Atlantis. HEX triplet: 92, E8 and 3F. RGB value is (146,232,63). Sum of RGB (Red+Green+Blue) = 146+232+63=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 232 (91.02% from 255 or 52.61% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 232 - color contains mainly: green. Hex color #92E83F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #92E83F is #6D17C0. Grayscale: #BBBBBB. Windows color (decimal): -7149505 or 4188306. OLE color: 4188306.

HSL color Cylindrical-coordinate representation of color #92E83F: hue angle of 90.53º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #92E83F is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB14623263-
CMYK0.3700.730.09
HSL90.53º78.6%57.84%-
HSV(B)90.53º72.84%90.98%-
XYZ41.6164.1814.9-
YUV187.0258.0198.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.11%
GREEN value IS 232 (91.02% from 255) = 52.61%
BLUE value IS 63 (25% from 255) = 14.29%
R=33.11%
G=52.61%
B=14.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal146232630.3700.730.0990.5378.657.84
Hex92E83F2504995b4f3a
Octal222350774501111113311772
Binary100100101110100011111110010101001001100110110111001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92E83F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,232,63); }

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

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

 a { background-color: rgb(146,232,63); }

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

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

 span { border-color: rgb(146,232,63); }

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