Html Css Color HEX #A2EC71 Feijoa

📋 copy color: '#A2EC71'

red 162 ◦ green 236 ◦ blue 113

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

Shades of Feijoa #A2EC71

Tints of Feijoa #A2EC71

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.18%

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

R = 31.7%
G = 46.18%
B = 22.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#A2EC71 (or 0xA2EC71) is known color: Feijoa. HEX triplet: A2, EC and 71. RGB value is (162,236,113). Sum of RGB (Red+Green+Blue) = 162+236+113=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 236 (92.58% from 255 or 46.18% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 236 - color contains mainly: green. Hex color #A2EC71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EC71 is #5D138E. Grayscale: #C8C8C8. Windows color (decimal): -6099855 or 7466146. OLE color: 7466146.

HSL color Cylindrical-coordinate representation of color #A2EC71: hue angle of 96.1º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2EC71 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 236 113 -
CMYK 0.31 0 0.52 0.07
HSL 96.1º 0.76% 0.68% -
HSV(B) 96.1º 0.52% 0.93% -
XYZ 47.88 68.86 26.39 -
YUV 199.85 78.98 101 -
System Red Green Blue C M Y K H S L
Decimal 162 236 113 0.31 0 0.52 0.07 96.1 0.76 0.68
Hex A2 EC 71 1F 0 34 7 60 4C 44
Octal 242 354 161 37 0 64 7 140 114 104
Binary 10100010 11101100 1110001 11111 0 110100 111 1100000 1001100 1000100

Color Harmonies of #A2EC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EC71

Black with #A2EC71

Text Example


Text Example

White with #A2EC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EC71; }

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

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

background-color css

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

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

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

border-color css

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

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

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