Html Css Color HEX #A1C950 Atlantis

📋 copy color: '#A1C950'

red 161 ◦ green 201 ◦ blue 80

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

Shades of Atlantis #A1C950

Tints of Atlantis #A1C950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.48%

 BLUE value IS 80 (31.64% from 255) = 18.1%

R = 36.43%
G = 45.48%
B = 18.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#A1C950 (or 0xA1C950) is known color: Atlantis. HEX triplet: A1, C9 and 50. RGB value is (161,201,80). Sum of RGB (Red+Green+Blue) = 161+201+80=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C950 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C950 is #5E36AF. Grayscale: #AFAFAF. Windows color (decimal): -6174384 or 5294497. OLE color: 5294497.

HSL color Cylindrical-coordinate representation of color #A1C950: hue angle of 79.83º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1C950 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 201 80 -
CMYK 0.20 0 0.60 0.21
HSL 79.83º 0.53% 0.55% -
HSV(B) 79.83º 0.6% 0.79% -
XYZ 37.03 49.93 15.27 -
YUV 175.25 74.25 117.84 -
System Red Green Blue C M Y K H S L
Decimal 161 201 80 0.20 0 0.60 0.21 79.83 0.53 0.55
Hex A1 C9 50 14 0 3C 15 50 35 37
Octal 241 311 120 24 0 74 25 120 65 67
Binary 10100001 11001001 1010000 10100 0 111100 10101 1010000 110101 110111

Color Harmonies of #A1C950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C950

Black with #A1C950

Text Example


Text Example

White with #A1C950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C950; }

 p { color: rgb(161,201,80); }

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

background-color css

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

 a { background-color: rgb(161,201,80); }

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

border-color css

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

 span { border-color: rgb(161,201,80); }

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