Html Css Color HEX #A1C447 Atlantis

📋 copy color: '#A1C447'

red 161 ◦ green 196 ◦ blue 71

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

Shades of Atlantis #A1C447

Tints of Atlantis #A1C447

RGB

 RED value IS 161 (63.28% from 255) = 37.62%

 GREEN value IS 196 (76.95% from 255) = 45.79%

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

R = 37.62%
G = 45.79%
B = 16.59%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#A1C447 (or 0xA1C447) is known color: Atlantis. HEX triplet: A1, C4 and 47. RGB value is (161,196,71). Sum of RGB (Red+Green+Blue) = 161+196+71=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 196 (76.95% from 255 or 45.79% from 428); Blue value is 71 (28.12% from 255 or 16.59% from 428); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C447 is #5E3BB8. Grayscale: #ABABAB. Windows color (decimal): -6175673 or 4703393. OLE color: 4703393.

HSL color Cylindrical-coordinate representation of color #A1C447: hue angle of 76.8º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1C447 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 196 71 -
CMYK 0.18 0 0.64 0.23
HSL 76.8º 0.51% 0.52% -
HSV(B) 76.8º 0.64% 0.77% -
XYZ 35.58 47.51 13.26 -
YUV 171.29 71.4 120.66 -
System Red Green Blue C M Y K H S L
Decimal 161 196 71 0.18 0 0.64 0.23 76.8 0.51 0.52
Hex A1 C4 47 12 0 40 17 4D 33 34
Octal 241 304 107 22 0 100 27 115 63 64
Binary 10100001 11000100 1000111 10010 0 1000000 10111 1001101 110011 110100

Color Harmonies of #A1C447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C447

Black with #A1C447

Text Example


Text Example

White with #A1C447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C447; }

 p { color: rgb(161,196,71); }

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

background-color css

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

 a { background-color: rgb(161,196,71); }

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

border-color css

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

 span { border-color: rgb(161,196,71); }

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