#8AEB3B

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

Shades of Atlantis #8AEB3B

Tints of Atlantis #8AEB3B

Color information

#8AEB3B (or 0x8AEB3B) is unknown color: approx Atlantis. HEX triplet: 8A, EB and 3B. RGB value is (138,235,59). Sum of RGB (Red+Green+Blue) = 138+235+59=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 235 (92.19% from 255 or 54.40% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEB3B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AEB3B is #7514C4. Grayscale: #BABABA. Windows color (decimal): -7673029 or 3926922. OLE color: 3926922.

HSL color Cylindrical-coordinate representation of color #8AEB3B: hue angle of 93.07º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AEB3B is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.

Color convert

RGB13823559-
CMYK0.4100.750.08
HSL93.07º81.48%57.65%-
HSV(B)93.07º74.89%92.16%-
XYZ40.9865.1414.55-
YUV185.9356.3693.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.94%
GREEN value IS 235 (92.19% from 255) = 54.40%
BLUE value IS 59 (23.44% from 255) = 13.66%
R=31.94%
G=54.40%
B=13.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal138235590.4100.750.0893.0781.4857.65
Hex8AEB3B2904B85d513a
Octal212353735101131013512172
Binary100010101110101111101110100101001011100010111011010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEB3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,235,59); }

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

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

 a { background-color: rgb(138,235,59); }

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

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

 span { border-color: rgb(138,235,59); }

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