#92D64D

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

Shades of Atlantis #92D64D

Tints of Atlantis #92D64D

Color information

#92D64D (or 0x92D64D) is unknown color: approx Atlantis. HEX triplet: 92, D6 and 4D. RGB value is (146,214,77). Sum of RGB (Red+Green+Blue) = 146+214+77=437 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.41% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #92D64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92D64D is #6D29B2. Grayscale: #B2B2B2. Windows color (decimal): -7154099 or 5101202. OLE color: 5101202.

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

Color convert

RGB14621477-
CMYK0.3200.640.16
HSL89.78º62.56%57.06%-
HSV(B)89.78º64.02%83.92%-
XYZ37.2454.7415.62-
YUV178.0570.97105.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.41%
GREEN value IS 214 (83.98% from 255) = 48.97%
BLUE value IS 77 (30.47% from 255) = 17.62%
R=33.41%
G=48.97%
B=17.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal146214770.3200.640.1689.7862.5657.06
Hex92D64D20040105a3f39
Octal222326115400100201327771
Binary1001001011010110100110110000001000000100001011010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,214,77); }

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

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

 a { background-color: rgb(146,214,77); }

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

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

 span { border-color: rgb(146,214,77); }

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