Html Css Color HEX #8ACD49 Atlantis

📋 copy color: '#8ACD49'

red 138 ◦ green 205 ◦ blue 73

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

Shades of Atlantis #8ACD49

Tints of Atlantis #8ACD49

RGB

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

 GREEN value IS 205 (80.47% from 255) = 49.28%

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

R = 33.17%
G = 49.28%
B = 17.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#8ACD49 (or 0x8ACD49) is known color: Atlantis. HEX triplet: 8A, CD and 49. RGB value is (138,205,73). Sum of RGB (Red+Green+Blue) = 138+205+73=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 205 (80.47% from 255 or 49.28% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACD49 is #7532B6. Grayscale: #AAAAAA. Windows color (decimal): -7680695 or 4836746. OLE color: 4836746.

HSL color Cylindrical-coordinate representation of color #8ACD49: hue angle of 90.45º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8ACD49 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB 138 205 73 -
CMYK 0.33 0 0.64 0.20
HSL 90.45º 0.57% 0.55% -
HSV(B) 90.45º 0.64% 0.8% -
XYZ 33.52 49.55 14.1 -
YUV 169.92 73.3 105.23 -
System Red Green Blue C M Y K H S L
Decimal 138 205 73 0.33 0 0.64 0.20 90.45 0.57 0.55
Hex 8A CD 49 21 0 40 14 5A 39 37
Octal 212 315 111 41 0 100 24 132 71 67
Binary 10001010 11001101 1001001 100001 0 1000000 10100 1011010 111001 110111

Color Harmonies of #8ACD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD49

Black with #8ACD49

Text Example


Text Example

White with #8ACD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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