Html Css Color HEX #A1C24D Atlantis

📋 copy color: '#A1C24D'

red 161 ◦ green 194 ◦ blue 77

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

Shades of Atlantis #A1C24D

Tints of Atlantis #A1C24D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.82%

R = 37.27%
G = 44.91%
B = 17.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#A1C24D (or 0xA1C24D) is known color: Atlantis. HEX triplet: A1, C2 and 4D. RGB value is (161,194,77). Sum of RGB (Red+Green+Blue) = 161+194+77=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C24D is #5E3DB2. Grayscale: #ABABAB. Windows color (decimal): -6176179 or 5096097. OLE color: 5096097.

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

Color convert

RGB 161 194 77 -
CMYK 0.17 0 0.60 0.24
HSL 76.92º 0.49% 0.53% -
HSV(B) 76.92º 0.6% 0.76% -
XYZ 35.33 46.7 14.17 -
YUV 170.8 75.07 121.01 -
System Red Green Blue C M Y K H S L
Decimal 161 194 77 0.17 0 0.60 0.24 76.92 0.49 0.53
Hex A1 C2 4D 11 0 3C 18 4D 31 35
Octal 241 302 115 21 0 74 30 115 61 65
Binary 10100001 11000010 1001101 10001 0 111100 11000 1001101 110001 110101

Color Harmonies of #A1C24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C24D

Black with #A1C24D

Text Example


Text Example

White with #A1C24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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