Html Css Color HEX #A1DC7A Feijoa

📋 copy color: '#A1DC7A'

red 161 ◦ green 220 ◦ blue 122

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

Shades of Feijoa #A1DC7A

Tints of Feijoa #A1DC7A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.74%

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

R = 32.01%
G = 43.74%
B = 24.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#A1DC7A (or 0xA1DC7A) is known color: Feijoa. HEX triplet: A1, DC and 7A. RGB value is (161,220,122). Sum of RGB (Red+Green+Blue) = 161+220+122=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 122 (48.05% from 255 or 24.25% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DC7A is #5E2385. Grayscale: #BFBFBF. Windows color (decimal): -6169478 or 8051873. OLE color: 8051873.

HSL color Cylindrical-coordinate representation of color #A1DC7A: hue angle of 96.12º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1DC7A is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 220 122 -
CMYK 0.27 0 0.45 0.14
HSL 96.12º 0.58% 0.67% -
HSV(B) 96.12º 0.45% 0.86% -
XYZ 43.8 60.17 27.72 -
YUV 191.19 88.95 106.47 -
System Red Green Blue C M Y K H S L
Decimal 161 220 122 0.27 0 0.45 0.14 96.12 0.58 0.67
Hex A1 DC 7A 1B 0 2D E 60 3A 43
Octal 241 334 172 33 0 55 16 140 72 103
Binary 10100001 11011100 1111010 11011 0 101101 1110 1100000 111010 1000011

Color Harmonies of #A1DC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DC7A

Black with #A1DC7A

Text Example


Text Example

White with #A1DC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DC7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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