#92C946

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

Shades of Atlantis #92C946

Tints of Atlantis #92C946

Color information

#92C946 (or 0x92C946) is unknown color: approx Atlantis. HEX triplet: 92, C9 and 46. RGB value is (146,201,70). Sum of RGB (Red+Green+Blue) = 146+201+70=417 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.01% from 417); Green value is 201 (78.91% from 255 or 48.20% from 417); Blue value is 70 (27.73% from 255 or 16.79% from 417); Max value from RGB is 201 - color contains mainly: green. Hex color #92C946 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92C946 is #6D36B9. Grayscale: #AAAAAA. Windows color (decimal): -7157434 or 4639122. OLE color: 4639122.

HSL color Cylindrical-coordinate representation of color #92C946: hue angle of 85.19º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #92C946 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB14620170-
CMYK0.2700.650.21
HSL85.19º54.81%53.14%-
HSV(B)85.19º65.17%78.82%-
XYZ33.8548.3313.34-
YUV169.6271.78111.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.01%
GREEN value IS 201 (78.91% from 255) = 48.20%
BLUE value IS 70 (27.73% from 255) = 16.79%
R=35.01%
G=48.20%
B=16.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal146201700.2700.650.2185.1954.8153.14
Hex92C9461B04115553735
Octal222311106330101251256765
Binary100100101100100110001101101101000001101011010101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,201,70); }

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

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

 a { background-color: rgb(146,201,70); }

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

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

 span { border-color: rgb(146,201,70); }

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