Html Css Color HEX #A2FE71 Feijoa

📋 copy color: '#A2FE71'

red 162 ◦ green 254 ◦ blue 113

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

Shades of Feijoa #A2FE71

Tints of Feijoa #A2FE71

RGB

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

 GREEN value IS 254 (99.61% from 255) = 48.02%

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

R = 30.62%
G = 48.02%
B = 21.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#A2FE71 (or 0xA2FE71) is known color: Feijoa. HEX triplet: A2, FE and 71. RGB value is (162,254,113). Sum of RGB (Red+Green+Blue) = 162+254+113=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #A2FE71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A2FE71 is #5D018E. Grayscale: #D2D2D2. Windows color (decimal): -6095247 or 7470754. OLE color: 7470754.

HSL color Cylindrical-coordinate representation of color #A2FE71: hue angle of 99.15º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A2FE71 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 162 254 113 -
CMYK 0.36 0 0.56 0.00
HSL 99.15º 0.99% 0.72% -
HSV(B) 99.15º 0.56% 1% -
XYZ 53.32 79.76 28.21 -
YUV 210.42 73.02 93.46 -
System Red Green Blue C M Y K H S L
Decimal 162 254 113 0.36 0 0.56 0.00 99.15 0.99 0.72
Hex A2 FE 71 24 0 38 0 63 63 48
Octal 242 376 161 44 0 70 0 143 143 110
Binary 10100010 11111110 1110001 100100 0 111000 0 1100011 1100011 1001000

Color Harmonies of #A2FE71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FE71

Black with #A2FE71

Text Example


Text Example

White with #A2FE71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FE71; }

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

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

background-color css

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

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

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

border-color css

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

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

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