Html Css Color HEX #A0F471 Feijoa

📋 copy color: '#A0F471'

red 160 ◦ green 244 ◦ blue 113

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

Shades of Feijoa #A0F471

Tints of Feijoa #A0F471

RGB

 RED value IS 160 (62.89% from 255) = 30.95%

 GREEN value IS 244 (95.7% from 255) = 47.2%

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

R = 30.95%
G = 47.2%
B = 21.86%

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

#A0F471 (or 0xA0F471) is known color: Feijoa. HEX triplet: A0, F4 and 71. RGB value is (160,244,113). Sum of RGB (Red+Green+Blue) = 160+244+113=517 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.95% from 517); Green value is 244 (95.70% from 255 or 47.20% from 517); Blue value is 113 (44.53% from 255 or 21.86% from 517); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F471 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F471 is #5F0B8E. Grayscale: #CCCCCC. Windows color (decimal): -6228879 or 7468192. OLE color: 7468192.

HSL color Cylindrical-coordinate representation of color #A0F471: hue angle of 98.47º degrees, saturation: 0.86, 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 #A0F471 is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 244 113 -
CMYK 0.34 0 0.54 0.04
HSL 98.47º 0.86% 0.7% -
HSV(B) 98.47º 0.54% 0.96% -
XYZ 49.83 73.37 27.16 -
YUV 203.95 76.67 96.65 -
System Red Green Blue C M Y K H S L
Decimal 160 244 113 0.34 0 0.54 0.04 98.47 0.86 0.7
Hex A0 F4 71 22 0 36 4 62 56 46
Octal 240 364 161 42 0 66 4 142 126 106
Binary 10100000 11110100 1110001 100010 0 110110 100 1100010 1010110 1000110

Color Harmonies of #A0F471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F471

Black with #A0F471

Text Example


Text Example

White with #A0F471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F471; }

 p { color: rgb(160,244,113); }

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

background-color css

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

 a { background-color: rgb(160,244,113); }

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

border-color css

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

 span { border-color: rgb(160,244,113); }

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