Html Css Color HEX #A8CC48 Atlantis

📋 copy color: '#A8CC48'

red 168 ◦ green 204 ◦ blue 72

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

Shades of Atlantis #A8CC48

Tints of Atlantis #A8CC48

RGB

 RED value IS 168 (66.02% from 255) = 37.84%

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

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

R = 37.84%
G = 45.95%
B = 16.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#A8CC48 (or 0xA8CC48) is known color: Atlantis. HEX triplet: A8, CC and 48. RGB value is (168,204,72). Sum of RGB (Red+Green+Blue) = 168+204+72=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC48 is #5733B7. Grayscale: #B2B2B2. Windows color (decimal): -5714872 or 4770984. OLE color: 4770984.

HSL color Cylindrical-coordinate representation of color #A8CC48: hue angle of 76.36º 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 #A8CC48 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 204 72 -
CMYK 0.18 0 0.65 0.2
HSL 76.36º 0.56% 0.54% -
HSV(B) 76.36º 0.65% 0.8% -
XYZ 38.91 51.98 14.11 -
YUV 178.19 68.07 120.73 -
System Red Green Blue C M Y K H S L
Decimal 168 204 72 0.18 0 0.65 0.2 76.36 0.56 0.54
Hex A8 CC 48 12 0 41 14 4C 38 36
Octal 250 314 110 22 0 101 24 114 70 66
Binary 10101000 11001100 1001000 10010 0 1000001 10100 1001100 111000 110110

Color Harmonies of #A8CC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC48

Black with #A8CC48

Text Example


Text Example

White with #A8CC48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC48; }

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

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

background-color css

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

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

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

border-color css

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

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

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