Html Css Color HEX #A2EA71 Feijoa

📋 copy color: '#A2EA71'

red 162 ◦ green 234 ◦ blue 113

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

Shades of Feijoa #A2EA71

Tints of Feijoa #A2EA71

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.97%

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

R = 31.83%
G = 45.97%
B = 22.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#A2EA71 (or 0xA2EA71) is known color: Feijoa. HEX triplet: A2, EA and 71. RGB value is (162,234,113). Sum of RGB (Red+Green+Blue) = 162+234+113=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #A2EA71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2EA71 is #5D158E. Grayscale: #C7C7C7. Windows color (decimal): -6100367 or 7465634. OLE color: 7465634.

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

Color convert

RGB 162 234 113 -
CMYK 0.31 0 0.52 0.08
HSL 95.7º 0.74% 0.68% -
HSV(B) 95.7º 0.52% 0.92% -
XYZ 47.3 67.72 26.2 -
YUV 198.68 79.65 101.84 -
System Red Green Blue C M Y K H S L
Decimal 162 234 113 0.31 0 0.52 0.08 95.7 0.74 0.68
Hex A2 EA 71 1F 0 34 8 60 4A 44
Octal 242 352 161 37 0 64 10 140 112 104
Binary 10100010 11101010 1110001 11111 0 110100 1000 1100000 1001010 1000100

Color Harmonies of #A2EA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EA71

Black with #A2EA71

Text Example


Text Example

White with #A2EA71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EA71; }

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

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

background-color css

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

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

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

border-color css

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

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

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