#8AEE35

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

Shades of Atlantis #8AEE35

Tints of Atlantis #8AEE35

Color information

#8AEE35 (or 0x8AEE35) is unknown color: approx Atlantis. HEX triplet: 8A, EE and 35. RGB value is (138,238,53). Sum of RGB (Red+Green+Blue) = 138+238+53=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 238 (93.36% from 255 or 55.48% from 429); Blue value is 53 (21.09% from 255 or 12.35% from 429); Max value from RGB is 238 - color contains mainly: green. Hex color #8AEE35 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AEE35 is #7511CA. Grayscale: #BBBBBB. Windows color (decimal): -7672267 or 3534474. OLE color: 3534474.

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

Color convert

RGB13823853-
CMYK0.4200.780.07
HSL92.43º84.47%57.06%-
HSV(B)92.43º77.73%93.33%-
XYZ41.766.8114.07-
YUV187.0152.3793.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.17%
GREEN value IS 238 (93.36% from 255) = 55.48%
BLUE value IS 53 (21.09% from 255) = 12.35%
R=32.17%
G=55.48%
B=12.35%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal138238530.4200.780.0792.4384.4757.06
Hex8AEE352A04E75c5439
Octal21235665520116713412471
Binary10001010111011101101011010100100111011110111001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AEE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,238,53); }

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

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

 a { background-color: rgb(138,238,53); }

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

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

 span { border-color: rgb(138,238,53); }

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