#8ABC41

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

Shades of Atlantis #8ABC41

Tints of Atlantis #8ABC41

Color information

#8ABC41 (or 0x8ABC41) is unknown color: approx Atlantis. HEX triplet: 8A, BC and 41. RGB value is (138,188,65). Sum of RGB (Red+Green+Blue) = 138+188+65=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 65 (25.78% from 255 or 16.62% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABC41 is #7543BE. Grayscale: #9F9F9F. Windows color (decimal): -7685055 or 4308106. OLE color: 4308106.

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

Color convert

RGB13818865-
CMYK0.2700.650.26
HSL84.39º48.62%49.61%-
HSV(B)84.39º65.43%73.73%-
XYZ29.4241.7511.51-
YUV159.0374.94113-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.29%
GREEN value IS 188 (73.83% from 255) = 48.08%
BLUE value IS 65 (25.78% from 255) = 16.62%
R=35.29%
G=48.08%
B=16.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal138188650.2700.650.2684.3948.6249.61
Hex8ABC411B0411A543132
Octal212274101330101321246162
Binary100010101011110010000011101101000001110101010100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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