Html Css Color HEX #A0FF71 Feijoa

📋 copy color: '#A0FF71'

red 160 ◦ green 255 ◦ blue 113

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

Shades of Feijoa #A0FF71

Tints of Feijoa #A0FF71

RGB

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

 GREEN value IS 255 (100% from 255) = 48.3%

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

R = 30.3%
G = 48.3%
B = 21.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#A0FF71 (or 0xA0FF71) is known color: Feijoa. HEX triplet: A0, FF and 71. RGB value is (160,255,113). Sum of RGB (Red+Green+Blue) = 160+255+113=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FF71 is #5F008E. Grayscale: #D2D2D2. Windows color (decimal): -6226063 or 7471008. OLE color: 7471008.

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

Color convert

RGB 160 255 113 -
CMYK 0.37 0 0.56 0
HSL 100.14º 1% 0.72% -
HSV(B) 100.14º 0.56% 1% -
XYZ 53.24 80.19 28.29 -
YUV 210.41 73.03 92.05 -
System Red Green Blue C M Y K H S L
Decimal 160 255 113 0.37 0 0.56 0 100.14 1 0.72
Hex A0 FF 71 25 0 38 0 64 64 48
Octal 240 377 161 45 0 70 0 144 144 110
Binary 10100000 11111111 1110001 100101 0 111000 0 1100100 1100100 1001000

Color Harmonies of #A0FF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FF71

Black with #A0FF71

Text Example


Text Example

White with #A0FF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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