Html Css Color HEX #A8FD71 Feijoa

📋 copy color: '#A8FD71'

red 168 ◦ green 253 ◦ blue 113

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

Shades of Feijoa #A8FD71

Tints of Feijoa #A8FD71

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.38%

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

R = 31.46%
G = 47.38%
B = 21.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#A8FD71 (or 0xA8FD71) is known color: Feijoa. HEX triplet: A8, FD and 71. RGB value is (168,253,113). Sum of RGB (Red+Green+Blue) = 168+253+113=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 253 (99.22% from 255 or 47.38% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD71 is #57028E. Grayscale: #D4D4D4. Windows color (decimal): -5702287 or 7470504. OLE color: 7470504.

HSL color Cylindrical-coordinate representation of color #A8FD71: hue angle of 96.43º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A8FD71 is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 253 113 -
CMYK 0.34 0 0.55 0.01
HSL 96.43º 0.97% 0.72% -
HSV(B) 96.43º 0.55% 0.99% -
XYZ 54.25 79.77 28.16 -
YUV 211.63 72.34 96.88 -
System Red Green Blue C M Y K H S L
Decimal 168 253 113 0.34 0 0.55 0.01 96.43 0.97 0.72
Hex A8 FD 71 22 0 37 1 60 61 48
Octal 250 375 161 42 0 67 1 140 141 110
Binary 10101000 11111101 1110001 100010 0 110111 1 1100000 1100001 1001000

Color Harmonies of #A8FD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FD71

Black with #A8FD71

Text Example


Text Example

White with #A8FD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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