Html Css Color HEX #A2D871 Feijoa

📋 copy color: '#A2D871'

red 162 ◦ green 216 ◦ blue 113

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

Shades of Feijoa #A2D871

Tints of Feijoa #A2D871

RGB

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

 GREEN value IS 216 (84.77% from 255) = 43.99%

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

R = 32.99%
G = 43.99%
B = 23.01%

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

#A2D871 (or 0xA2D871) is known color: Feijoa. HEX triplet: A2, D8 and 71. RGB value is (162,216,113). Sum of RGB (Red+Green+Blue) = 162+216+113=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 216 - color contains mainly: green. Hex color #A2D871 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D871 is #5D278E. Grayscale: #BCBCBC. Windows color (decimal): -6104975 or 7461026. OLE color: 7461026.

HSL color Cylindrical-coordinate representation of color #A2D871: hue angle of 91.46º degrees, saturation: 0.57, 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 #A2D871 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 216 113 -
CMYK 0.25 0 0.48 0.15
HSL 91.46º 0.57% 0.65% -
HSV(B) 91.46º 0.48% 0.85% -
XYZ 42.44 57.99 24.58 -
YUV 188.11 85.61 109.38 -
System Red Green Blue C M Y K H S L
Decimal 162 216 113 0.25 0 0.48 0.15 91.46 0.57 0.65
Hex A2 D8 71 19 0 30 F 5B 39 41
Octal 242 330 161 31 0 60 17 133 71 101
Binary 10100010 11011000 1110001 11001 0 110000 1111 1011011 111001 1000001

Color Harmonies of #A2D871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D871

Black with #A2D871

Text Example


Text Example

White with #A2D871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D871; }

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

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

background-color css

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

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

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

border-color css

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

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

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