#8AD835

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

Shades of Atlantis #8AD835

Tints of Atlantis #8AD835

Color information

#8AD835 (or 0x8AD835) is unknown color: approx Atlantis. HEX triplet: 8A, D8 and 35. RGB value is (138,216,53). Sum of RGB (Red+Green+Blue) = 138+216+53=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 216 (84.77% from 255 or 53.07% from 407); Blue value is 53 (21.09% from 255 or 13.02% from 407); Max value from RGB is 216 - color contains mainly: green. Hex color #8AD835 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD835 is #7527CA. Grayscale: #AEAEAE. Windows color (decimal): -7677899 or 3528842. OLE color: 3528842.

HSL color Cylindrical-coordinate representation of color #8AD835: hue angle of 88.71º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AD835 is Cyan = 0.36, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB13821653-
CMYK0.3600.750.15
HSL88.71º67.63%52.75%-
HSV(B)88.71º75.46%84.71%-
XYZ35.6854.7712.06-
YUV174.159.66102.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.91%
GREEN value IS 216 (84.77% from 255) = 53.07%
BLUE value IS 53 (21.09% from 255) = 13.02%
R=33.91%
G=53.07%
B=13.02%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal138216530.3600.750.1588.7167.6352.75
Hex8AD8352404BF594435
Octal212330654401131713110465
Binary100010101101100011010110010001001011111110110011000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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