#8ACB40

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

Shades of Atlantis #8ACB40

Tints of Atlantis #8ACB40

Color information

#8ACB40 (or 0x8ACB40) is unknown color: approx Atlantis. HEX triplet: 8A, CB and 40. RGB value is (138,203,64). Sum of RGB (Red+Green+Blue) = 138+203+64=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACB40 is #7534BF. Grayscale: #A8A8A8. Windows color (decimal): -7681216 or 4246410. OLE color: 4246410.

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

Color convert

RGB13820364-
CMYK0.3200.680.20
HSL88.06º57.2%52.35%-
HSV(B)88.06º68.47%79.61%-
XYZ32.7648.4912.48-
YUV167.7269.47106.8-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.07%
GREEN value IS 203 (79.69% from 255) = 50.12%
BLUE value IS 64 (25.39% from 255) = 15.80%
R=34.07%
G=50.12%
B=15.80%

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
Decimal138203640.3200.680.2088.0657.252.35
Hex8ACB402004414583934
Octal212313100400104241307164
Binary1000101011001011100000010000001000100101001011000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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