#8AF34A

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

Shades of Atlantis #8AF34A

Tints of Atlantis #8AF34A

Color information

#8AF34A (or 0x8AF34A) is unknown color: approx Atlantis. HEX triplet: 8A, F3 and 4A. RGB value is (138,243,74). Sum of RGB (Red+Green+Blue) = 138+243+74=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 243 (95.31% from 255 or 53.41% from 455); Blue value is 74 (29.30% from 255 or 16.26% from 455); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF34A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF34A is #750CB5. Grayscale: #C0C0C0. Windows color (decimal): -7670966 or 4912010. OLE color: 4912010.

HSL color Cylindrical-coordinate representation of color #8AF34A: hue angle of 97.28º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AF34A is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB13824374-
CMYK0.4300.700.05
HSL97.28º87.56%62.16%-
HSV(B)97.28º69.55%95.29%-
XYZ43.777017.68-
YUV192.3461.2189.24-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.33%
GREEN value IS 243 (95.31% from 255) = 53.41%
BLUE value IS 74 (29.30% from 255) = 16.26%
R=30.33%
G=53.41%
B=16.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal138243740.4300.700.0597.2887.5662.16
Hex8AF34A2B046561583e
Octal212363112530106514113076
Binary100010101111001110010101010110100011010111000011011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,243,74); }

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

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

 a { background-color: rgb(138,243,74); }

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

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

 span { border-color: rgb(138,243,74); }

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