#8AB941

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

Shades of Atlantis #8AB941

Tints of Atlantis #8AB941

Color information

#8AB941 (or 0x8AB941) is unknown color: approx Atlantis. HEX triplet: 8A, B9 and 41. RGB value is (138,185,65). Sum of RGB (Red+Green+Blue) = 138+185+65=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 185 (72.66% from 255 or 47.68% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 185 - color contains mainly: green. Hex color #8AB941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AB941 is #7546BE. Grayscale: #9D9D9D. Windows color (decimal): -7685823 or 4307338. OLE color: 4307338.

HSL color Cylindrical-coordinate representation of color #8AB941: hue angle of 83.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8AB941 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB13818565-
CMYK0.2500.650.27
HSL83.5º48%49.02%-
HSV(B)83.5º64.86%72.55%-
XYZ28.7840.4811.3-
YUV157.2775.93114.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.57%
GREEN value IS 185 (72.66% from 255) = 47.68%
BLUE value IS 65 (25.78% from 255) = 16.75%
R=35.57%
G=47.68%
B=16.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal138185650.2500.650.2783.54849.02
Hex8AB941190411B543031
Octal212271101310101331246061
Binary100010101011100110000011100101000001110111010100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AB941; }

 p { color: rgb(138,185,65); }

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

<style>
 a { background-color: #8AB941; }

 a { background-color: rgb(138,185,65); }

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

<style>
 span { border-color: #8AB941; }

 span { border-color: rgb(138,185,65); }

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