#8ABF44

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

Shades of Atlantis #8ABF44

Tints of Atlantis #8ABF44

Color information

#8ABF44 (or 0x8ABF44) is unknown color: approx Atlantis. HEX triplet: 8A, BF and 44. RGB value is (138,191,68). Sum of RGB (Red+Green+Blue) = 138+191+68=397 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.76% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABF44 is #7540BB. Grayscale: #A1A1A1. Windows color (decimal): -7684284 or 4505482. OLE color: 4505482.

HSL color Cylindrical-coordinate representation of color #8ABF44: hue angle of 85.85º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8ABF44 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB13819168-
CMYK0.2800.640.25
HSL85.85º49%50.78%-
HSV(B)85.85º64.4%74.9%-
XYZ30.1643.0812.2-
YUV161.1375.44111.5-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 34.76%
GREEN value IS 191 (75% from 255) = 48.11%
BLUE value IS 68 (26.95% from 255) = 17.13%
R=34.76%
G=48.11%
B=17.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138191680.2800.640.2585.854950.78
Hex8ABF441C04019563133
Octal212277104340100311266163
Binary100010101011111110001001110001000000110011010110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABF44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,191,68); }

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

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

 a { background-color: rgb(138,191,68); }

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

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

 span { border-color: rgb(138,191,68); }

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