#8AE84B

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

Shades of Atlantis #8AE84B

Tints of Atlantis #8AE84B

Color information

#8AE84B (or 0x8AE84B) is unknown color: approx Atlantis. HEX triplet: 8A, E8 and 4B. RGB value is (138,232,75). Sum of RGB (Red+Green+Blue) = 138+232+75=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 232 (91.02% from 255 or 52.13% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 232 - color contains mainly: green. Hex color #8AE84B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AE84B is #7517B4. Grayscale: #BABABA. Windows color (decimal): -7673781 or 4974730. OLE color: 4974730.

HSL color Cylindrical-coordinate representation of color #8AE84B: hue angle of 95.92º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AE84B is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB13823275-
CMYK0.4100.680.09
HSL95.92º77.34%60.2%-
HSV(B)95.92º67.67%90.98%-
XYZ40.6163.6216.8-
YUV18665.3693.77-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.01%
GREEN value IS 232 (91.02% from 255) = 52.13%
BLUE value IS 75 (29.69% from 255) = 16.85%
R=31.01%
G=52.13%
B=16.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal138232750.4100.680.0995.9277.3460.2
Hex8AE84B290449604d3c
Octal2123501135101041114011574
Binary1000101011101000100101110100101000100100111000001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AE84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,232,75); }

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

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

 a { background-color: rgb(138,232,75); }

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

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

 span { border-color: rgb(138,232,75); }

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