Html Css Color HEX #A2F671 Feijoa

📋 copy color: '#A2F671'

red 162 ◦ green 246 ◦ blue 113

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

Shades of Feijoa #A2F671

Tints of Feijoa #A2F671

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.22%

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

R = 31.09%
G = 47.22%
B = 21.69%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#A2F671 (or 0xA2F671) is known color: Feijoa. HEX triplet: A2, F6 and 71. RGB value is (162,246,113). Sum of RGB (Red+Green+Blue) = 162+246+113=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 246 (96.48% from 255 or 47.22% from 521); Blue value is 113 (44.53% from 255 or 21.69% from 521); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F671 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2F671 is #5D098E. Grayscale: #CECECE. Windows color (decimal): -6097295 or 7468706. OLE color: 7468706.

HSL color Cylindrical-coordinate representation of color #A2F671: hue angle of 97.89º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A2F671 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 246 113 -
CMYK 0.34 0 0.54 0.04
HSL 97.89º 0.88% 0.7% -
HSV(B) 97.89º 0.54% 0.96% -
XYZ 50.84 74.79 27.38 -
YUV 205.72 75.67 96.81 -
System Red Green Blue C M Y K H S L
Decimal 162 246 113 0.34 0 0.54 0.04 97.89 0.88 0.7
Hex A2 F6 71 22 0 36 4 62 58 46
Octal 242 366 161 42 0 66 4 142 130 106
Binary 10100010 11110110 1110001 100010 0 110110 100 1100010 1011000 1000110

Color Harmonies of #A2F671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F671

Black with #A2F671

Text Example


Text Example

White with #A2F671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F671; }

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

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

background-color css

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

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

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

border-color css

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

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

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