Html Css Color HEX #8AD53A Atlantis

📋 copy color: '#8AD53A'

red 138 ◦ green 213 ◦ blue 58

#8AD53A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #8AD53A

Tints of Atlantis #8AD53A

RGB

 RED value IS 138 (54.3% from 255) = 33.74%

 GREEN value IS 213 (83.59% from 255) = 52.08%

 BLUE value IS 58 (23.05% from 255) = 14.18%

R = 33.74%
G = 52.08%
B = 14.18%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#8AD53A (or 0x8AD53A) is known color: Atlantis. HEX triplet: 8A, D5 and 3A. RGB value is (138,213,58). Sum of RGB (Red+Green+Blue) = 138+213+58=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD53A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD53A is #752AC5. Grayscale: #ADADAD. Windows color (decimal): -7678662 or 3855754. OLE color: 3855754.

HSL color Cylindrical-coordinate representation of color #8AD53A: hue angle of 89.03º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8AD53A is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 138 213 58 -
CMYK 0.35 0 0.73 0.16
HSL 89.03º 0.65% 0.53% -
HSV(B) 89.03º 0.73% 0.84% -
XYZ 35.04 53.3 12.44 -
YUV 172.91 63.15 103.1 -
System Red Green Blue C M Y K H S L
Decimal 138 213 58 0.35 0 0.73 0.16 89.03 0.65 0.53
Hex 8A D5 3A 23 0 49 10 59 41 35
Octal 212 325 72 43 0 111 20 131 101 65
Binary 10001010 11010101 111010 100011 0 1001001 10000 1011001 1000001 110101

Color Harmonies of #8AD53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD53A

Black with #8AD53A

Text Example


Text Example

White with #8AD53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,213,58); }

 H1.HeaderClassName
 {
   color: #8AD53A;
 }
 .AnyTagClassName
 {
   color: #8AD53A;
 }
</style>

background-color css

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

 a { background-color: rgb(138,213,58); }

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

border-color css

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

 span { border-color: rgb(138,213,58); }

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