Html Css Color HEX #A0F171 Feijoa

📋 copy color: '#A0F171'

red 160 ◦ green 241 ◦ blue 113

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

Shades of Feijoa #A0F171

Tints of Feijoa #A0F171

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.89%

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

R = 31.13%
G = 46.89%
B = 21.98%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#A0F171 (or 0xA0F171) is known color: Feijoa. HEX triplet: A0, F1 and 71. RGB value is (160,241,113). Sum of RGB (Red+Green+Blue) = 160+241+113=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 113 (44.53% from 255 or 21.98% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F171 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F171 is #5F0E8E. Grayscale: #CACACA. Windows color (decimal): -6229647 or 7467424. OLE color: 7467424.

HSL color Cylindrical-coordinate representation of color #A0F171: hue angle of 97.97º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A0F171 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 241 113 -
CMYK 0.34 0 0.53 0.05
HSL 97.97º 0.82% 0.69% -
HSV(B) 97.97º 0.53% 0.95% -
XYZ 48.93 71.58 26.86 -
YUV 202.19 77.66 97.91 -
System Red Green Blue C M Y K H S L
Decimal 160 241 113 0.34 0 0.53 0.05 97.97 0.82 0.69
Hex A0 F1 71 22 0 35 5 62 52 45
Octal 240 361 161 42 0 65 5 142 122 105
Binary 10100000 11110001 1110001 100010 0 110101 101 1100010 1010010 1000101

Color Harmonies of #A0F171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F171

Black with #A0F171

Text Example


Text Example

White with #A0F171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F171; }

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

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

background-color css

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

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

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

border-color css

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

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

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