Html Css Color HEX #A8F971 Feijoa

📋 copy color: '#A8F971'

red 168 ◦ green 249 ◦ blue 113

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

Shades of Feijoa #A8F971

Tints of Feijoa #A8F971

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.98%

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

R = 31.7%
G = 46.98%
B = 21.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#A8F971 (or 0xA8F971) is known color: Feijoa. HEX triplet: A8, F9 and 71. RGB value is (168,249,113). Sum of RGB (Red+Green+Blue) = 168+249+113=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 113 (44.53% from 255 or 21.32% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F971 is #57068E. Grayscale: #D1D1D1. Windows color (decimal): -5703311 or 7469480. OLE color: 7469480.

HSL color Cylindrical-coordinate representation of color #A8F971: hue angle of 95.74º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8F971 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 249 113 -
CMYK 0.33 0 0.55 0.02
HSL 95.74º 0.92% 0.71% -
HSV(B) 95.74º 0.55% 0.98% -
XYZ 53 77.27 27.74 -
YUV 209.28 73.66 98.56 -
System Red Green Blue C M Y K H S L
Decimal 168 249 113 0.33 0 0.55 0.02 95.74 0.92 0.71
Hex A8 F9 71 21 0 37 2 60 5C 47
Octal 250 371 161 41 0 67 2 140 134 107
Binary 10101000 11111001 1110001 100001 0 110111 10 1100000 1011100 1000111

Color Harmonies of #A8F971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F971

Black with #A8F971

Text Example


Text Example

White with #A8F971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F971; }

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

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

background-color css

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

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

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

border-color css

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

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

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