#92D54A

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

Shades of Atlantis #92D54A

Tints of Atlantis #92D54A

Color information

#92D54A (or 0x92D54A) is unknown color: approx Atlantis. HEX triplet: 92, D5 and 4A. RGB value is (146,213,74). Sum of RGB (Red+Green+Blue) = 146+213+74=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 74 (29.30% from 255 or 17.09% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #92D54A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92D54A is #6D2AB5. Grayscale: #B1B1B1. Windows color (decimal): -7154358 or 4904338. OLE color: 4904338.

HSL color Cylindrical-coordinate representation of color #92D54A: hue angle of 88.92º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92D54A is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB14621374-
CMYK0.3100.650.16
HSL88.92º62.33%56.27%-
HSV(B)88.92º65.26%83.53%-
XYZ36.8854.1915-
YUV177.1269.8105.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.72%
GREEN value IS 213 (83.59% from 255) = 49.19%
BLUE value IS 74 (29.30% from 255) = 17.09%
R=33.72%
G=49.19%
B=17.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal146213740.3100.650.1688.9262.3356.27
Hex92D54A1F04110593e38
Octal222325112370101201317670
Binary100100101101010110010101111101000001100001011001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,213,74); }

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

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

 a { background-color: rgb(146,213,74); }

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

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

 span { border-color: rgb(146,213,74); }

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