Html Css Color HEX #A1C142 Atlantis

📋 copy color: '#A1C142'

red 161 ◦ green 193 ◦ blue 66

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

Shades of Atlantis #A1C142

Tints of Atlantis #A1C142

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.95%

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

R = 38.33%
G = 45.95%
B = 15.71%

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

#A1C142 (or 0xA1C142) is known color: Atlantis. HEX triplet: A1, C1 and 42. RGB value is (161,193,66). Sum of RGB (Red+Green+Blue) = 161+193+66=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C142 is #5E3EBD. Grayscale: #A9A9A9. Windows color (decimal): -6176446 or 4374945. OLE color: 4374945.

HSL color Cylindrical-coordinate representation of color #A1C142: hue angle of 75.12º 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 #A1C142 is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 193 66 -
CMYK 0.17 0 0.66 0.24
HSL 75.12º 0.51% 0.51% -
HSV(B) 75.12º 0.66% 0.76% -
XYZ 34.75 46.11 12.22 -
YUV 168.95 69.9 122.33 -
System Red Green Blue C M Y K H S L
Decimal 161 193 66 0.17 0 0.66 0.24 75.12 0.51 0.51
Hex A1 C1 42 11 0 42 18 4B 33 33
Octal 241 301 102 21 0 102 30 113 63 63
Binary 10100001 11000001 1000010 10001 0 1000010 11000 1001011 110011 110011

Color Harmonies of #A1C142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C142

Black with #A1C142

Text Example


Text Example

White with #A1C142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C142; }

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

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

background-color css

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

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

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

border-color css

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

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

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