#92C340

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

Shades of Atlantis #92C340

Tints of Atlantis #92C340

Color information

#92C340 (or 0x92C340) is unknown color: approx Atlantis. HEX triplet: 92, C3 and 40. RGB value is (146,195,64). Sum of RGB (Red+Green+Blue) = 146+195+64=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #92C340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C340 is #6D3CBF. Grayscale: #A5A5A5. Windows color (decimal): -7158976 or 4244370. OLE color: 4244370.

HSL color Cylindrical-coordinate representation of color #92C340: hue angle of 82.44º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #92C340 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB14619564-
CMYK0.2500.670.24
HSL82.44º52.19%50.78%-
HSV(B)82.44º67.18%76.47%-
XYZ32.2945.5111.93-
YUV165.4170.77114.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.05%
GREEN value IS 195 (76.56% from 255) = 48.15%
BLUE value IS 64 (25.39% from 255) = 15.80%
R=36.05%
G=48.15%
B=15.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal146195640.2500.670.2482.4452.1950.78
Hex92C3401904318523433
Octal222303100310103301226463
Binary100100101100001110000001100101000011110001010010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,195,64); }

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

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

 a { background-color: rgb(146,195,64); }

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

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

 span { border-color: rgb(146,195,64); }

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