#8ACB3F

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

Shades of Atlantis #8ACB3F

Tints of Atlantis #8ACB3F

Color information

#8ACB3F (or 0x8ACB3F) is unknown color: approx Atlantis. HEX triplet: 8A, CB and 3F. RGB value is (138,203,63). Sum of RGB (Red+Green+Blue) = 138+203+63=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 203 (79.69% from 255 or 50.25% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 203 - color contains mainly: green. Hex color #8ACB3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACB3F is #7534C0. Grayscale: #A8A8A8. Windows color (decimal): -7681217 or 4180874. OLE color: 4180874.

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

Color convert

RGB13820363-
CMYK0.3200.690.20
HSL87.86º57.38%52.16%-
HSV(B)87.86º68.97%79.61%-
XYZ32.7348.4712.33-
YUV167.668.97106.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.16%
GREEN value IS 203 (79.69% from 255) = 50.25%
BLUE value IS 63 (25% from 255) = 15.59%
R=34.16%
G=50.25%
B=15.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal138203630.3200.690.2087.8657.3852.16
Hex8ACB3F2004514583934
Octal21231377400105241307164
Binary100010101100101111111110000001000101101001011000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ACB3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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