Html Css Color HEX #8ACC48 Atlantis

📋 copy color: '#8ACC48'

red 138 ◦ green 204 ◦ blue 72

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

Shades of Atlantis #8ACC48

Tints of Atlantis #8ACC48

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.28%

 BLUE value IS 72 (28.52% from 255) = 17.39%

R = 33.33%
G = 49.28%
B = 17.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#8ACC48 (or 0x8ACC48) is known color: Atlantis. HEX triplet: 8A, CC and 48. RGB value is (138,204,72). Sum of RGB (Red+Green+Blue) = 138+204+72=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 204 (80.08% from 255 or 49.28% from 414); Blue value is 72 (28.52% from 255 or 17.39% from 414); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACC48 is #7533B7. Grayscale: #A9A9A9. Windows color (decimal): -7680952 or 4770954. OLE color: 4770954.

HSL color Cylindrical-coordinate representation of color #8ACC48: hue angle of 90º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8ACC48 is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 138 204 72 -
CMYK 0.32 0 0.65 0.2
HSL 90º 0.56% 0.54% -
HSV(B) 90º 0.65% 0.8% -
XYZ 33.24 49.06 13.85 -
YUV 169.22 73.13 105.73 -
System Red Green Blue C M Y K H S L
Decimal 138 204 72 0.32 0 0.65 0.2 90 0.56 0.54
Hex 8A CC 48 20 0 41 14 5A 38 36
Octal 212 314 110 40 0 101 24 132 70 66
Binary 10001010 11001100 1001000 100000 0 1000001 10100 1011010 111000 110110

Color Harmonies of #8ACC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ACC48

Black with #8ACC48

Text Example


Text Example

White with #8ACC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,204,72); }

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

background-color css

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

 a { background-color: rgb(138,204,72); }

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

border-color css

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

 span { border-color: rgb(138,204,72); }

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