Html Css Color HEX #8ACD44 Atlantis

📋 copy color: '#8ACD44'

red 138 ◦ green 205 ◦ blue 68

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

Shades of Atlantis #8ACD44

Tints of Atlantis #8ACD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.55%

R = 33.58%
G = 49.88%
B = 16.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#8ACD44 (or 0x8ACD44) is known color: Atlantis. HEX triplet: 8A, CD and 44. RGB value is (138,205,68). Sum of RGB (Red+Green+Blue) = 138+205+68=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 68 (26.95% from 255 or 16.55% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACD44 is #7532BB. Grayscale: #A9A9A9. Windows color (decimal): -7680700 or 4509066. OLE color: 4509066.

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

Color convert

RGB 138 205 68 -
CMYK 0.33 0 0.67 0.20
HSL 89.34º 0.58% 0.54% -
HSV(B) 89.34º 0.67% 0.8% -
XYZ 33.36 49.48 13.26 -
YUV 169.35 70.8 105.64 -
System Red Green Blue C M Y K H S L
Decimal 138 205 68 0.33 0 0.67 0.20 89.34 0.58 0.54
Hex 8A CD 44 21 0 43 14 59 3A 36
Octal 212 315 104 41 0 103 24 131 72 66
Binary 10001010 11001101 1000100 100001 0 1000011 10100 1011001 111010 110110

Color Harmonies of #8ACD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACD44

Black with #8ACD44

Text Example


Text Example

White with #8ACD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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