Html Css Color HEX #A1CA4E Atlantis

📋 copy color: '#A1CA4E'

red 161 ◦ green 202 ◦ blue 78

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

Shades of Atlantis #A1CA4E

Tints of Atlantis #A1CA4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.69%

R = 36.51%
G = 45.8%
B = 17.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#A1CA4E (or 0xA1CA4E) is known color: Atlantis. HEX triplet: A1, CA and 4E. RGB value is (161,202,78). Sum of RGB (Red+Green+Blue) = 161+202+78=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA4E is #5E35B1. Grayscale: #B0B0B0. Windows color (decimal): -6174130 or 5163681. OLE color: 5163681.

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

Color convert

RGB 161 202 78 -
CMYK 0.20 0 0.61 0.21
HSL 79.84º 0.54% 0.55% -
HSV(B) 79.84º 0.61% 0.79% -
XYZ 37.19 50.37 14.97 -
YUV 175.61 72.92 117.58 -
System Red Green Blue C M Y K H S L
Decimal 161 202 78 0.20 0 0.61 0.21 79.84 0.54 0.55
Hex A1 CA 4E 14 0 3D 15 50 36 37
Octal 241 312 116 24 0 75 25 120 66 67
Binary 10100001 11001010 1001110 10100 0 111101 10101 1010000 110110 110111

Color Harmonies of #A1CA4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CA4E

Black with #A1CA4E

Text Example


Text Example

White with #A1CA4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CA4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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