Html Css Color HEX #A1C346 Atlantis

📋 copy color: '#A1C346'

red 161 ◦ green 195 ◦ blue 70

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

Shades of Atlantis #A1C346

Tints of Atlantis #A1C346

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.77%

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

R = 37.79%
G = 45.77%
B = 16.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#A1C346 (or 0xA1C346) is known color: Atlantis. HEX triplet: A1, C3 and 46. RGB value is (161,195,70). Sum of RGB (Red+Green+Blue) = 161+195+70=426 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.79% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C346 is #5E3CB9. Grayscale: #ABABAB. Windows color (decimal): -6175930 or 4637601. OLE color: 4637601.

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

Color convert

RGB 161 195 70 -
CMYK 0.17 0 0.64 0.24
HSL 76.32º 0.51% 0.52% -
HSV(B) 76.32º 0.64% 0.76% -
XYZ 35.32 47.05 13.01 -
YUV 170.58 71.24 121.16 -
System Red Green Blue C M Y K H S L
Decimal 161 195 70 0.17 0 0.64 0.24 76.32 0.51 0.52
Hex A1 C3 46 11 0 40 18 4C 33 34
Octal 241 303 106 21 0 100 30 114 63 64
Binary 10100001 11000011 1000110 10001 0 1000000 11000 1001100 110011 110100

Color Harmonies of #A1C346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C346

Black with #A1C346

Text Example


Text Example

White with #A1C346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C346; }

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

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

background-color css

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

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

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

border-color css

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

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

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