#92D348

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

Shades of Atlantis #92D348

Tints of Atlantis #92D348

Color information

#92D348 (or 0x92D348) is unknown color: approx Atlantis. HEX triplet: 92, D3 and 48. RGB value is (146,211,72). Sum of RGB (Red+Green+Blue) = 146+211+72=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 211 (82.81% from 255 or 49.18% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 211 - color contains mainly: green. Hex color #92D348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92D348 is #6D2CB7. Grayscale: #B0B0B0. Windows color (decimal): -7154872 or 4772754. OLE color: 4772754.

HSL color Cylindrical-coordinate representation of color #92D348: hue angle of 88.06º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #92D348 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB14621172-
CMYK0.3100.660.17
HSL88.06º61.23%55.49%-
HSV(B)88.06º65.88%82.75%-
XYZ36.3253.1714.48-
YUV175.7269.47106.8-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.03%
GREEN value IS 211 (82.81% from 255) = 49.18%
BLUE value IS 72 (28.52% from 255) = 16.78%
R=34.03%
G=49.18%
B=16.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal146211720.3100.660.1788.0661.2355.49
Hex92D3481F04211583d37
Octal222323110370102211307567
Binary100100101101001110010001111101000010100011011000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,211,72); }

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

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

 a { background-color: rgb(146,211,72); }

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

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

 span { border-color: rgb(146,211,72); }

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