Html Css Color HEX #8ADD36 Atlantis

📋 copy color: '#8ADD36'

red 138 ◦ green 221 ◦ blue 54

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

Shades of Atlantis #8ADD36

Tints of Atlantis #8ADD36

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.51%

 BLUE value IS 54 (21.48% from 255) = 13.08%

R = 33.41%
G = 53.51%
B = 13.08%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#8ADD36 (or 0x8ADD36) is known color: Atlantis. HEX triplet: 8A, DD and 36. RGB value is (138,221,54). Sum of RGB (Red+Green+Blue) = 138+221+54=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 221 (86.72% from 255 or 53.51% from 413); Blue value is 54 (21.48% from 255 or 13.08% from 413); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADD36 is #7522C9. Grayscale: #B1B1B1. Windows color (decimal): -7676618 or 3595658. OLE color: 3595658.

HSL color Cylindrical-coordinate representation of color #8ADD36: hue angle of 89.82º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8ADD36 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 221 54 -
CMYK 0.38 0 0.76 0.13
HSL 89.82º 0.71% 0.54% -
HSV(B) 89.82º 0.76% 0.87% -
XYZ 37 57.38 12.62 -
YUV 177.15 58.5 100.08 -
System Red Green Blue C M Y K H S L
Decimal 138 221 54 0.38 0 0.76 0.13 89.82 0.71 0.54
Hex 8A DD 36 26 0 4C D 5A 47 36
Octal 212 335 66 46 0 114 15 132 107 66
Binary 10001010 11011101 110110 100110 0 1001100 1101 1011010 1000111 110110

Color Harmonies of #8ADD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADD36

Black with #8ADD36

Text Example


Text Example

White with #8ADD36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,221,54); }

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

background-color css

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

 a { background-color: rgb(138,221,54); }

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

border-color css

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

 span { border-color: rgb(138,221,54); }

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