Html Css Color HEX #A2D071 Feijoa

📋 copy color: '#A2D071'

red 162 ◦ green 208 ◦ blue 113

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

Shades of Feijoa #A2D071

Tints of Feijoa #A2D071

RGB

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

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

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

R = 33.54%
G = 43.06%
B = 23.4%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#A2D071 (or 0xA2D071) is known color: Feijoa. HEX triplet: A2, D0 and 71. RGB value is (162,208,113). Sum of RGB (Red+Green+Blue) = 162+208+113=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 113 (44.53% from 255 or 23.40% from 483); Max value from RGB is 208 - color contains mainly: green. Hex color #A2D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D071 is #5D2F8E. Grayscale: #B7B7B7. Windows color (decimal): -6107023 or 7458978. OLE color: 7458978.

HSL color Cylindrical-coordinate representation of color #A2D071: hue angle of 89.05º 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 #A2D071 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 208 113 -
CMYK 0.22 0 0.46 0.18
HSL 89.05º 0.5% 0.63% -
HSV(B) 89.05º 0.46% 0.82% -
XYZ 40.44 53.99 23.91 -
YUV 183.42 88.26 112.72 -
System Red Green Blue C M Y K H S L
Decimal 162 208 113 0.22 0 0.46 0.18 89.05 0.5 0.63
Hex A2 D0 71 16 0 2E 12 59 32 3F
Octal 242 320 161 26 0 56 22 131 62 77
Binary 10100010 11010000 1110001 10110 0 101110 10010 1011001 110010 111111

Color Harmonies of #A2D071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D071

Black with #A2D071

Text Example


Text Example

White with #A2D071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D071; }

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

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

background-color css

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

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

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

border-color css

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

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

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