Html Css Color HEX #8ADA49 Atlantis

📋 copy color: '#8ADA49'

red 138 ◦ green 218 ◦ blue 73

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

Shades of Atlantis #8ADA49

Tints of Atlantis #8ADA49

RGB

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

 GREEN value IS 218 (85.55% from 255) = 50.82%

 BLUE value IS 73 (28.91% from 255) = 17.02%

R = 32.17%
G = 50.82%
B = 17.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#8ADA49 (or 0x8ADA49) is known color: Atlantis. HEX triplet: 8A, DA and 49. RGB value is (138,218,73). Sum of RGB (Red+Green+Blue) = 138+218+73=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 218 (85.55% from 255 or 50.82% from 429); Blue value is 73 (28.91% from 255 or 17.02% from 429); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADA49 is #7525B6. Grayscale: #B2B2B2. Windows color (decimal): -7677367 or 4840074. OLE color: 4840074.

HSL color Cylindrical-coordinate representation of color #8ADA49: hue angle of 93.1º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8ADA49 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 218 73 -
CMYK 0.37 0 0.67 0.15
HSL 93.1º 0.66% 0.57% -
HSV(B) 93.1º 0.67% 0.85% -
XYZ 36.76 56.03 15.18 -
YUV 177.55 69 99.79 -
System Red Green Blue C M Y K H S L
Decimal 138 218 73 0.37 0 0.67 0.15 93.1 0.66 0.57
Hex 8A DA 49 25 0 43 F 5D 42 39
Octal 212 332 111 45 0 103 17 135 102 71
Binary 10001010 11011010 1001001 100101 0 1000011 1111 1011101 1000010 111001

Color Harmonies of #8ADA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADA49

Black with #8ADA49

Text Example


Text Example

White with #8ADA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,218,73); }

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

background-color css

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

 a { background-color: rgb(138,218,73); }

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

border-color css

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

 span { border-color: rgb(138,218,73); }

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