Html Css Color HEX #A1C341 Atlantis

📋 copy color: '#A1C341'

red 161 ◦ green 195 ◦ blue 65

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

Shades of Atlantis #A1C341

Tints of Atlantis #A1C341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.44%

R = 38.24%
G = 46.32%
B = 15.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#A1C341 (or 0xA1C341) is known color: Atlantis. HEX triplet: A1, C3 and 41. RGB value is (161,195,65). Sum of RGB (Red+Green+Blue) = 161+195+65=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C341 is #5E3CBE. Grayscale: #AAAAAA. Windows color (decimal): -6175935 or 4309921. OLE color: 4309921.

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

Color convert

RGB 161 195 65 -
CMYK 0.17 0 0.67 0.24
HSL 75.69º 0.52% 0.51% -
HSV(B) 75.69º 0.67% 0.76% -
XYZ 35.17 46.99 12.22 -
YUV 170.01 68.74 121.57 -
System Red Green Blue C M Y K H S L
Decimal 161 195 65 0.17 0 0.67 0.24 75.69 0.52 0.51
Hex A1 C3 41 11 0 43 18 4C 34 33
Octal 241 303 101 21 0 103 30 114 64 63
Binary 10100001 11000011 1000001 10001 0 1000011 11000 1001100 110100 110011

Color Harmonies of #A1C341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C341

Black with #A1C341

Text Example


Text Example

White with #A1C341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C341; }

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

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

background-color css

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

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

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

border-color css

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

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

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