Html Css Color HEX #A2D271 Feijoa

📋 copy color: '#A2D271'

red 162 ◦ green 210 ◦ blue 113

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

Shades of Feijoa #A2D271

Tints of Feijoa #A2D271

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.3%

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

R = 33.4%
G = 43.3%
B = 23.3%

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

#A2D271 (or 0xA2D271) is known color: Feijoa. HEX triplet: A2, D2 and 71. RGB value is (162,210,113). Sum of RGB (Red+Green+Blue) = 162+210+113=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D271 is #5D2D8E. Grayscale: #B8B8B8. Windows color (decimal): -6106511 or 7459490. OLE color: 7459490.

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

Color convert

RGB 162 210 113 -
CMYK 0.23 0 0.46 0.18
HSL 89.69º 0.52% 0.63% -
HSV(B) 89.69º 0.46% 0.82% -
XYZ 40.93 54.97 24.08 -
YUV 184.59 87.6 111.89 -
System Red Green Blue C M Y K H S L
Decimal 162 210 113 0.23 0 0.46 0.18 89.69 0.52 0.63
Hex A2 D2 71 17 0 2E 12 5A 34 3F
Octal 242 322 161 27 0 56 22 132 64 77
Binary 10100010 11010010 1110001 10111 0 101110 10010 1011010 110100 111111

Color Harmonies of #A2D271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2D271

Black with #A2D271

Text Example


Text Example

White with #A2D271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2D271; }

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

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

background-color css

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

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

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

border-color css

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

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

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