Html Css Color HEX #A1C94D Atlantis

📋 copy color: '#A1C94D'

red 161 ◦ green 201 ◦ blue 77

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

Shades of Atlantis #A1C94D

Tints of Atlantis #A1C94D

RGB

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

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

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

R = 36.67%
G = 45.79%
B = 17.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#A1C94D (or 0xA1C94D) is known color: Atlantis. HEX triplet: A1, C9 and 4D. RGB value is (161,201,77). Sum of RGB (Red+Green+Blue) = 161+201+77=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 201 (78.91% from 255 or 45.79% from 439); Blue value is 77 (30.47% from 255 or 17.54% from 439); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C94D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C94D is #5E36B2. Grayscale: #AFAFAF. Windows color (decimal): -6174387 or 5097889. OLE color: 5097889.

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

Color convert

RGB 161 201 77 -
CMYK 0.20 0 0.62 0.21
HSL 79.35º 0.53% 0.55% -
HSV(B) 79.35º 0.62% 0.79% -
XYZ 36.92 49.89 14.7 -
YUV 174.9 72.75 118.08 -
System Red Green Blue C M Y K H S L
Decimal 161 201 77 0.20 0 0.62 0.21 79.35 0.53 0.55
Hex A1 C9 4D 14 0 3E 15 4F 35 37
Octal 241 311 115 24 0 76 25 117 65 67
Binary 10100001 11001001 1001101 10100 0 111110 10101 1001111 110101 110111

Color Harmonies of #A1C94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C94D

Black with #A1C94D

Text Example


Text Example

White with #A1C94D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C94D; }

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

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

background-color css

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

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

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

border-color css

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

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

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