#8ACB45

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

Shades of Atlantis #8ACB45

Tints of Atlantis #8ACB45

Color information

#8ACB45 (or 0x8ACB45) is unknown color: approx Atlantis. HEX triplet: 8A, CB and 45. RGB value is (138,203,69). Sum of RGB (Red+Green+Blue) = 138+203+69=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 203 (79.69% from 255 or 49.51% from 410); Blue value is 69 (27.34% from 255 or 16.83% from 410); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACB45 is #7534BA. Grayscale: #A8A8A8. Windows color (decimal): -7681211 or 4574090. OLE color: 4574090.

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

Color convert

RGB13820369-
CMYK0.3200.660.20
HSL89.1º56.3%53.33%-
HSV(B)89.1º66.01%79.61%-
XYZ32.9148.5413.27-
YUV168.2971.97106.4-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.66%
GREEN value IS 203 (79.69% from 255) = 49.51%
BLUE value IS 69 (27.34% from 255) = 16.83%
R=33.66%
G=49.51%
B=16.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138203690.3200.660.2089.156.353.33
Hex8ACB452004214593835
Octal212313105400102241317065
Binary1000101011001011100010110000001000010101001011001111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACB45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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