#92D545

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

Shades of Atlantis #92D545

Tints of Atlantis #92D545

Color information

#92D545 (or 0x92D545) is unknown color: approx Atlantis. HEX triplet: 92, D5 and 45. RGB value is (146,213,69). Sum of RGB (Red+Green+Blue) = 146+213+69=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 213 (83.59% from 255 or 49.77% from 428); Blue value is 69 (27.34% from 255 or 16.12% from 428); Max value from RGB is 213 - color contains mainly: green. Hex color #92D545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92D545 is #6D2ABA. Grayscale: #B1B1B1. Windows color (decimal): -7154363 or 4576658. OLE color: 4576658.

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

Color convert

RGB14621369-
CMYK0.3100.680.16
HSL87.92º63.16%55.29%-
HSV(B)87.92º67.61%83.53%-
XYZ36.7254.1314.14-
YUV176.5567.3106.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.11%
GREEN value IS 213 (83.59% from 255) = 49.77%
BLUE value IS 69 (27.34% from 255) = 16.12%
R=34.11%
G=49.77%
B=16.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal146213690.3100.680.1687.9263.1655.29
Hex92D5451F04410583f37
Octal222325105370104201307767
Binary100100101101010110001011111101000100100001011000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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