Html Css Color HEX #A2CC47 Atlantis

📋 copy color: '#A2CC47'

red 162 ◦ green 204 ◦ blue 71

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

Shades of Atlantis #A2CC47

Tints of Atlantis #A2CC47

RGB

 RED value IS 162 (63.67% from 255) = 37.07%

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

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

R = 37.07%
G = 46.68%
B = 16.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#A2CC47 (or 0xA2CC47) is known color: Atlantis. HEX triplet: A2, CC and 47. RGB value is (162,204,71). Sum of RGB (Red+Green+Blue) = 162+204+71=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 71 (28.12% from 255 or 16.25% from 437); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CC47 is #5D33B8. Grayscale: #B0B0B0. Windows color (decimal): -6108089 or 4705442. OLE color: 4705442.

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

Color convert

RGB 162 204 71 -
CMYK 0.21 0 0.65 0.2
HSL 78.95º 0.57% 0.54% -
HSV(B) 78.95º 0.65% 0.8% -
XYZ 37.63 51.32 13.88 -
YUV 176.28 68.59 117.81 -
System Red Green Blue C M Y K H S L
Decimal 162 204 71 0.21 0 0.65 0.2 78.95 0.57 0.54
Hex A2 CC 47 15 0 41 14 4F 39 36
Octal 242 314 107 25 0 101 24 117 71 66
Binary 10100010 11001100 1000111 10101 0 1000001 10100 1001111 111001 110110

Color Harmonies of #A2CC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CC47

Black with #A2CC47

Text Example


Text Example

White with #A2CC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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