Html Css Color HEX #A1CA40 Atlantis

📋 copy color: '#A1CA40'

red 161 ◦ green 202 ◦ blue 64

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

Shades of Atlantis #A1CA40

Tints of Atlantis #A1CA40

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.31%

 BLUE value IS 64 (25.39% from 255) = 14.99%

R = 37.7%
G = 47.31%
B = 14.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#A1CA40 (or 0xA1CA40) is known color: Atlantis. HEX triplet: A1, CA and 40. RGB value is (161,202,64). Sum of RGB (Red+Green+Blue) = 161+202+64=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CA40 is #5E35BF. Grayscale: #AEAEAE. Windows color (decimal): -6174144 or 4246177. OLE color: 4246177.

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

Color convert

RGB 161 202 64 -
CMYK 0.20 0 0.68 0.21
HSL 77.83º 0.57% 0.52% -
HSV(B) 77.83º 0.68% 0.79% -
XYZ 36.74 50.19 12.6 -
YUV 174.01 65.92 118.72 -
System Red Green Blue C M Y K H S L
Decimal 161 202 64 0.20 0 0.68 0.21 77.83 0.57 0.52
Hex A1 CA 40 14 0 44 15 4E 39 34
Octal 241 312 100 24 0 104 25 116 71 64
Binary 10100001 11001010 1000000 10100 0 1000100 10101 1001110 111001 110100

Color Harmonies of #A1CA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CA40

Black with #A1CA40

Text Example


Text Example

White with #A1CA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CA40; }

 p { color: rgb(161,202,64); }

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

background-color css

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

 a { background-color: rgb(161,202,64); }

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

border-color css

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

 span { border-color: rgb(161,202,64); }

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