Html Css Color HEX #A8CC47 Atlantis

📋 copy color: '#A8CC47'

red 168 ◦ green 204 ◦ blue 71

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

Shades of Atlantis #A8CC47

Tints of Atlantis #A8CC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.03%

R = 37.92%
G = 46.05%
B = 16.03%

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

#A8CC47 (or 0xA8CC47) is known color: Atlantis. HEX triplet: A8, CC and 47. RGB value is (168,204,71). Sum of RGB (Red+Green+Blue) = 168+204+71=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 71 (28.12% from 255 or 16.03% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC47 is #5733B8. Grayscale: #B2B2B2. Windows color (decimal): -5714873 or 4705448. OLE color: 4705448.

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

Color convert

RGB 168 204 71 -
CMYK 0.18 0 0.65 0.2
HSL 76.24º 0.57% 0.54% -
HSV(B) 76.24º 0.65% 0.8% -
XYZ 38.88 51.97 13.94 -
YUV 178.07 67.57 120.81 -
System Red Green Blue C M Y K H S L
Decimal 168 204 71 0.18 0 0.65 0.2 76.24 0.57 0.54
Hex A8 CC 47 12 0 41 14 4C 39 36
Octal 250 314 107 22 0 101 24 114 71 66
Binary 10101000 11001100 1000111 10010 0 1000001 10100 1001100 111001 110110

Color Harmonies of #A8CC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CC47

Black with #A8CC47

Text Example


Text Example

White with #A8CC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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