Html Css Color HEX #A2D971 Feijoa

📋 copy color: '#A2D971'

red 162 ◦ green 217 ◦ blue 113

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

Shades of Feijoa #A2D971

Tints of Feijoa #A2D971

RGB

 RED value IS 162 (63.67% from 255) = 32.93%

 GREEN value IS 217 (85.16% from 255) = 44.11%

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

R = 32.93%
G = 44.11%
B = 22.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#A2D971 (or 0xA2D971) is known color: Feijoa. HEX triplet: A2, D9 and 71. RGB value is (162,217,113). Sum of RGB (Red+Green+Blue) = 162+217+113=492 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.93% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #A2D971 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D971 is #5D268E. Grayscale: #BDBDBD. Windows color (decimal): -6104719 or 7461282. OLE color: 7461282.

HSL color Cylindrical-coordinate representation of color #A2D971: hue angle of 91.73º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A2D971 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 217 113 -
CMYK 0.25 0 0.48 0.15
HSL 91.73º 0.58% 0.65% -
HSV(B) 91.73º 0.48% 0.85% -
XYZ 42.69 58.5 24.66 -
YUV 188.7 85.28 108.96 -
System Red Green Blue C M Y K H S L
Decimal 162 217 113 0.25 0 0.48 0.15 91.73 0.58 0.65
Hex A2 D9 71 19 0 30 F 5C 3A 41
Octal 242 331 161 31 0 60 17 134 72 101
Binary 10100010 11011001 1110001 11001 0 110000 1111 1011100 111010 1000001

Color Harmonies of #A2D971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D971

Black with #A2D971

Text Example


Text Example

White with #A2D971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D971; }

 p { color: rgb(162,217,113); }

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

background-color css

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

 a { background-color: rgb(162,217,113); }

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

border-color css

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

 span { border-color: rgb(162,217,113); }

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