Html Css Color HEX #8ADB49 Atlantis

📋 copy color: '#8ADB49'

red 138 ◦ green 219 ◦ blue 73

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

Shades of Atlantis #8ADB49

Tints of Atlantis #8ADB49

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.93%

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

R = 32.09%
G = 50.93%
B = 16.98%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#8ADB49 (or 0x8ADB49) is known color: Atlantis. HEX triplet: 8A, DB and 49. RGB value is (138,219,73). Sum of RGB (Red+Green+Blue) = 138+219+73=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 219 (85.94% from 255 or 50.93% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ADB49 is #7524B6. Grayscale: #B2B2B2. Windows color (decimal): -7677111 or 4840330. OLE color: 4840330.

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

Color convert

RGB 138 219 73 -
CMYK 0.37 0 0.67 0.14
HSL 93.29º 0.67% 0.57% -
HSV(B) 93.29º 0.67% 0.86% -
XYZ 37.02 56.55 15.27 -
YUV 178.14 68.66 99.37 -
System Red Green Blue C M Y K H S L
Decimal 138 219 73 0.37 0 0.67 0.14 93.29 0.67 0.57
Hex 8A DB 49 25 0 43 E 5D 43 39
Octal 212 333 111 45 0 103 16 135 103 71
Binary 10001010 11011011 1001001 100101 0 1000011 1110 1011101 1000011 111001

Color Harmonies of #8ADB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADB49

Black with #8ADB49

Text Example


Text Example

White with #8ADB49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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