Html Css Color HEX #A8F171 Feijoa

📋 copy color: '#A8F171'

red 168 ◦ green 241 ◦ blue 113

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

Shades of Feijoa #A8F171

Tints of Feijoa #A8F171

RGB

 RED value IS 168 (66.02% from 255) = 32.18%

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

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

R = 32.18%
G = 46.17%
B = 21.65%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#A8F171 (or 0xA8F171) is known color: Feijoa. HEX triplet: A8, F1 and 71. RGB value is (168,241,113). Sum of RGB (Red+Green+Blue) = 168+241+113=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 113 (44.53% from 255 or 21.65% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F171 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F171 is #570E8E. Grayscale: #CDCDCD. Windows color (decimal): -5705359 or 7467432. OLE color: 7467432.

HSL color Cylindrical-coordinate representation of color #A8F171: hue angle of 94.22º 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 #A8F171 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 113 -
CMYK 0.30 0 0.53 0.05
HSL 94.22º 0.82% 0.69% -
HSV(B) 94.22º 0.53% 0.95% -
XYZ 50.58 72.43 26.94 -
YUV 204.58 76.32 101.91 -
System Red Green Blue C M Y K H S L
Decimal 168 241 113 0.30 0 0.53 0.05 94.22 0.82 0.69
Hex A8 F1 71 1E 0 35 5 5E 52 45
Octal 250 361 161 36 0 65 5 136 122 105
Binary 10101000 11110001 1110001 11110 0 110101 101 1011110 1010010 1000101

Color Harmonies of #A8F171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F171

Black with #A8F171

Text Example


Text Example

White with #A8F171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F171; }

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

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

background-color css

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

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

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

border-color css

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

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

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