Html Css Color HEX #A1C241 Atlantis

📋 copy color: '#A1C241'

red 161 ◦ green 194 ◦ blue 65

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

Shades of Atlantis #A1C241

Tints of Atlantis #A1C241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 46.19%

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

R = 38.33%
G = 46.19%
B = 15.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#A1C241 (or 0xA1C241) is known color: Atlantis. HEX triplet: A1, C2 and 41. RGB value is (161,194,65). Sum of RGB (Red+Green+Blue) = 161+194+65=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 194 (76.17% from 255 or 46.19% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C241 is #5E3DBE. Grayscale: #A9A9A9. Windows color (decimal): -6176191 or 4309665. OLE color: 4309665.

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

Color convert

RGB 161 194 65 -
CMYK 0.17 0 0.66 0.24
HSL 75.35º 0.51% 0.51% -
HSV(B) 75.35º 0.66% 0.76% -
XYZ 34.94 46.54 12.14 -
YUV 169.43 69.07 121.99 -
System Red Green Blue C M Y K H S L
Decimal 161 194 65 0.17 0 0.66 0.24 75.35 0.51 0.51
Hex A1 C2 41 11 0 42 18 4B 33 33
Octal 241 302 101 21 0 102 30 113 63 63
Binary 10100001 11000010 1000001 10001 0 1000010 11000 1001011 110011 110011

Color Harmonies of #A1C241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C241

Black with #A1C241

Text Example


Text Example

White with #A1C241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C241; }

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

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

background-color css

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

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

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

border-color css

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

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

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