Html Css Color HEX #A1C442 Atlantis

📋 copy color: '#A1C442'

red 161 ◦ green 196 ◦ blue 66

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

Shades of Atlantis #A1C442

Tints of Atlantis #A1C442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 15.6%

R = 38.06%
G = 46.34%
B = 15.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#A1C442 (or 0xA1C442) is known color: Atlantis. HEX triplet: A1, C4 and 42. RGB value is (161,196,66). Sum of RGB (Red+Green+Blue) = 161+196+66=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 196 (76.95% from 255 or 46.34% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C442 is #5E3BBD. Grayscale: #ABABAB. Windows color (decimal): -6175678 or 4375713. OLE color: 4375713.

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

Color convert

RGB 161 196 66 -
CMYK 0.18 0 0.66 0.23
HSL 76.15º 0.52% 0.51% -
HSV(B) 76.15º 0.66% 0.77% -
XYZ 35.42 47.45 12.45 -
YUV 170.72 68.9 121.07 -
System Red Green Blue C M Y K H S L
Decimal 161 196 66 0.18 0 0.66 0.23 76.15 0.52 0.51
Hex A1 C4 42 12 0 42 17 4C 34 33
Octal 241 304 102 22 0 102 27 114 64 63
Binary 10100001 11000100 1000010 10010 0 1000010 10111 1001100 110100 110011

Color Harmonies of #A1C442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C442

Black with #A1C442

Text Example


Text Example

White with #A1C442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C442; }

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

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

background-color css

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

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

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

border-color css

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

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

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