#8ACB41

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

Shades of Atlantis #8ACB41

Tints of Atlantis #8ACB41

Color information

#8ACB41 (or 0x8ACB41) is unknown color: approx Atlantis. HEX triplet: 8A, CB and 41. RGB value is (138,203,65). Sum of RGB (Red+Green+Blue) = 138+203+65=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 203 (79.69% from 255 or 50% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACB41 is #7534BE. Grayscale: #A8A8A8. Windows color (decimal): -7681215 or 4311946. OLE color: 4311946.

HSL color Cylindrical-coordinate representation of color #8ACB41: hue angle of 88.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8ACB41 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB13820365-
CMYK0.3200.680.20
HSL88.26º57.02%52.55%-
HSV(B)88.26º67.98%79.61%-
XYZ32.7948.512.63-
YUV167.8369.97106.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.99%
GREEN value IS 203 (79.69% from 255) = 50%
BLUE value IS 65 (25.78% from 255) = 16.01%
R=33.99%
G=50%
B=16.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138203650.3200.680.2088.2657.0252.55
Hex8ACB412004414583935
Octal212313101400104241307165
Binary1000101011001011100000110000001000100101001011000111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACB41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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