#8AEC4B

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

Shades of Atlantis #8AEC4B

Tints of Atlantis #8AEC4B

Color information

#8AEC4B (or 0x8AEC4B) is unknown color: approx Atlantis. HEX triplet: 8A, EC and 4B. RGB value is (138,236,75). Sum of RGB (Red+Green+Blue) = 138+236+75=449 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.73% from 449); Green value is 236 (92.58% from 255 or 52.56% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 236 - color contains mainly: green. Hex color #8AEC4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AEC4B is #7513B4. Grayscale: #BCBCBC. Windows color (decimal): -7672757 or 4975754. OLE color: 4975754.

HSL color Cylindrical-coordinate representation of color #8AEC4B: hue angle of 96.52º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8AEC4B is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB13823675-
CMYK0.4200.680.07
HSL96.52º80.9%60.98%-
HSV(B)96.52º68.22%92.55%-
XYZ41.7565.917.18-
YUV188.3464.0392.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.73%
GREEN value IS 236 (92.58% from 255) = 52.56%
BLUE value IS 75 (29.69% from 255) = 16.70%
R=30.73%
G=52.56%
B=16.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal138236750.4200.680.0796.5280.960.98
Hex8AEC4B2A044761513d
Octal212354113520104714112175
Binary100010101110110010010111010100100010011111000011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEC4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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