Html Css Color HEX #A1D071 Feijoa

📋 copy color: '#A1D071'

red 161 ◦ green 208 ◦ blue 113

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

Shades of Feijoa #A1D071

Tints of Feijoa #A1D071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.15%

 BLUE value IS 113 (44.53% from 255) = 23.44%

R = 33.4%
G = 43.15%
B = 23.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#A1D071 (or 0xA1D071) is known color: Feijoa. HEX triplet: A1, D0 and 71. RGB value is (161,208,113). Sum of RGB (Red+Green+Blue) = 161+208+113=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D071 is #5E2F8E. Grayscale: #B7B7B7. Windows color (decimal): -6172559 or 7458977. OLE color: 7458977.

HSL color Cylindrical-coordinate representation of color #A1D071: hue angle of 89.68º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A1D071 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 208 113 -
CMYK 0.23 0 0.46 0.18
HSL 89.68º 0.5% 0.63% -
HSV(B) 89.68º 0.46% 0.82% -
XYZ 40.23 53.88 23.9 -
YUV 183.12 88.43 112.22 -
System Red Green Blue C M Y K H S L
Decimal 161 208 113 0.23 0 0.46 0.18 89.68 0.5 0.63
Hex A1 D0 71 17 0 2E 12 5A 32 3F
Octal 241 320 161 27 0 56 22 132 62 77
Binary 10100001 11010000 1110001 10111 0 101110 10010 1011010 110010 111111

Color Harmonies of #A1D071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D071

Black with #A1D071

Text Example


Text Example

White with #A1D071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D071; }

 p { color: rgb(161,208,113); }

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

background-color css

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

 a { background-color: rgb(161,208,113); }

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

border-color css

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

 span { border-color: rgb(161,208,113); }

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