Html Css Color HEX #A1C94A Atlantis

📋 copy color: '#A1C94A'

red 161 ◦ green 201 ◦ blue 74

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

Shades of Atlantis #A1C94A

Tints of Atlantis #A1C94A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.97%

R = 36.93%
G = 46.1%
B = 16.97%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#A1C94A (or 0xA1C94A) is known color: Atlantis. HEX triplet: A1, C9 and 4A. RGB value is (161,201,74). Sum of RGB (Red+Green+Blue) = 161+201+74=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 201 (78.91% from 255 or 46.10% from 436); Blue value is 74 (29.30% from 255 or 16.97% from 436); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C94A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C94A is #5E36B5. Grayscale: #AFAFAF. Windows color (decimal): -6174390 or 4901281. OLE color: 4901281.

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

Color convert

RGB 161 201 74 -
CMYK 0.20 0 0.63 0.21
HSL 78.9º 0.54% 0.54% -
HSV(B) 78.9º 0.63% 0.79% -
XYZ 36.82 49.84 14.16 -
YUV 174.56 71.25 118.33 -
System Red Green Blue C M Y K H S L
Decimal 161 201 74 0.20 0 0.63 0.21 78.9 0.54 0.54
Hex A1 C9 4A 14 0 3F 15 4F 36 36
Octal 241 311 112 24 0 77 25 117 66 66
Binary 10100001 11001001 1001010 10100 0 111111 10101 1001111 110110 110110

Color Harmonies of #A1C94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C94A

Black with #A1C94A

Text Example


Text Example

White with #A1C94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C94A; }

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

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

background-color css

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

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

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

border-color css

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

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

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