Html Css Color HEX #A1D37A Feijoa

📋 copy color: '#A1D37A'

red 161 ◦ green 211 ◦ blue 122

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

Shades of Feijoa #A1D37A

Tints of Feijoa #A1D37A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.71%

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

R = 32.59%
G = 42.71%
B = 24.7%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#A1D37A (or 0xA1D37A) is known color: Feijoa. HEX triplet: A1, D3 and 7A. RGB value is (161,211,122). Sum of RGB (Red+Green+Blue) = 161+211+122=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 122 (48.05% from 255 or 24.70% from 494); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D37A is #5E2C85. Grayscale: #BABABA. Windows color (decimal): -6171782 or 8049569. OLE color: 8049569.

HSL color Cylindrical-coordinate representation of color #A1D37A: hue angle of 93.71º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1D37A is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 161 211 122 -
CMYK 0.24 0 0.42 0.17
HSL 93.71º 0.5% 0.65% -
HSV(B) 93.71º 0.42% 0.83% -
XYZ 41.51 55.57 26.95 -
YUV 185.9 91.94 110.24 -
System Red Green Blue C M Y K H S L
Decimal 161 211 122 0.24 0 0.42 0.17 93.71 0.5 0.65
Hex A1 D3 7A 18 0 2A 11 5E 32 41
Octal 241 323 172 30 0 52 21 136 62 101
Binary 10100001 11010011 1111010 11000 0 101010 10001 1011110 110010 1000001

Color Harmonies of #A1D37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D37A

Black with #A1D37A

Text Example


Text Example

White with #A1D37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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