Html Css Color HEX #A1C646 Atlantis

📋 copy color: '#A1C646'

red 161 ◦ green 198 ◦ blue 70

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

Shades of Atlantis #A1C646

Tints of Atlantis #A1C646

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.15%

 BLUE value IS 70 (27.73% from 255) = 16.32%

R = 37.53%
G = 46.15%
B = 16.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#A1C646 (or 0xA1C646) is known color: Atlantis. HEX triplet: A1, C6 and 46. RGB value is (161,198,70). Sum of RGB (Red+Green+Blue) = 161+198+70=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 198 - color contains mainly: green. Hex color #A1C646 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C646 is #5E39B9. Grayscale: #ACACAC. Windows color (decimal): -6175162 or 4638369. OLE color: 4638369.

HSL color Cylindrical-coordinate representation of color #A1C646: hue angle of 77.34º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1C646 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 161 198 70 -
CMYK 0.19 0 0.65 0.22
HSL 77.34º 0.53% 0.53% -
HSV(B) 77.34º 0.65% 0.78% -
XYZ 36 48.41 13.24 -
YUV 172.35 70.24 119.91 -
System Red Green Blue C M Y K H S L
Decimal 161 198 70 0.19 0 0.65 0.22 77.34 0.53 0.53
Hex A1 C6 46 13 0 41 16 4D 35 35
Octal 241 306 106 23 0 101 26 115 65 65
Binary 10100001 11000110 1000110 10011 0 1000001 10110 1001101 110101 110101

Color Harmonies of #A1C646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C646

Black with #A1C646

Text Example


Text Example

White with #A1C646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C646; }

 p { color: rgb(161,198,70); }

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

background-color css

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

 a { background-color: rgb(161,198,70); }

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

border-color css

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

 span { border-color: rgb(161,198,70); }

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