Html Css Color HEX #A1CA7A Feijoa

📋 copy color: '#A1CA7A'

red 161 ◦ green 202 ◦ blue 122

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

Shades of Feijoa #A1CA7A

Tints of Feijoa #A1CA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.15%

R = 33.2%
G = 41.65%
B = 25.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#A1CA7A (or 0xA1CA7A) is known color: Feijoa. HEX triplet: A1, CA and 7A. RGB value is (161,202,122). Sum of RGB (Red+Green+Blue) = 161+202+122=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #A1CA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CA7A is #5E3585. Grayscale: #B4B4B4. Windows color (decimal): -6174086 or 8047265. OLE color: 8047265.

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

Color convert

RGB 161 202 122 -
CMYK 0.20 0 0.40 0.21
HSL 90.75º 0.43% 0.64% -
HSV(B) 90.75º 0.4% 0.79% -
XYZ 39.33 51.22 26.23 -
YUV 180.62 94.92 114 -
System Red Green Blue C M Y K H S L
Decimal 161 202 122 0.20 0 0.40 0.21 90.75 0.43 0.64
Hex A1 CA 7A 14 0 28 15 5B 2B 40
Octal 241 312 172 24 0 50 25 133 53 100
Binary 10100001 11001010 1111010 10100 0 101000 10101 1011011 101011 1000000

Color Harmonies of #A1CA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CA7A

Black with #A1CA7A

Text Example


Text Example

White with #A1CA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CA7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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