#92DA53

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

Shades of Atlantis #92DA53

Tints of Atlantis #92DA53

Color information

#92DA53 (or 0x92DA53) is unknown color: approx Atlantis. HEX triplet: 92, DA and 53. RGB value is (146,218,83). Sum of RGB (Red+Green+Blue) = 146+218+83=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 218 (85.55% from 255 or 48.77% from 447); Blue value is 83 (32.81% from 255 or 18.57% from 447); Max value from RGB is 218 - color contains mainly: green. Hex color #92DA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DA53 is #6D25AC. Grayscale: #B5B5B5. Windows color (decimal): -7153069 or 5495442. OLE color: 5495442.

HSL color Cylindrical-coordinate representation of color #92DA53: hue angle of 92º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #92DA53 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB14621883-
CMYK0.3300.620.15
HSL92º64.59%59.02%-
HSV(B)92º61.93%85.49%-
XYZ38.4956.8817.13-
YUV181.0872.65102.98-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.66%
GREEN value IS 218 (85.55% from 255) = 48.77%
BLUE value IS 83 (32.81% from 255) = 18.57%
R=32.66%
G=48.77%
B=18.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal146218830.3300.620.159264.5959.02
Hex92DA532103EF5c413b
Octal222332123410761713410173
Binary100100101101101010100111000010111110111110111001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,218,83); }

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

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

 a { background-color: rgb(146,218,83); }

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

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

 span { border-color: rgb(146,218,83); }

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