Html Css Color HEX #A8FA76 Feijoa

📋 copy color: '#A8FA76'

red 168 ◦ green 250 ◦ blue 118

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

Shades of Feijoa #A8FA76

Tints of Feijoa #A8FA76

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.64%

 BLUE value IS 118 (46.48% from 255) = 22.01%

R = 31.34%
G = 46.64%
B = 22.01%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#A8FA76 (or 0xA8FA76) is known color: Feijoa. HEX triplet: A8, FA and 76. RGB value is (168,250,118). Sum of RGB (Red+Green+Blue) = 168+250+118=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 118 (46.48% from 255 or 22.01% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA76 is #570589. Grayscale: #D2D2D2. Windows color (decimal): -5703050 or 7797416. OLE color: 7797416.

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

Color convert

RGB 168 250 118 -
CMYK 0.33 0 0.53 0.02
HSL 97.27º 0.93% 0.72% -
HSV(B) 97.27º 0.53% 0.98% -
XYZ 53.6 78 29.37 -
YUV 210.43 75.83 97.73 -
System Red Green Blue C M Y K H S L
Decimal 168 250 118 0.33 0 0.53 0.02 97.27 0.93 0.72
Hex A8 FA 76 21 0 35 2 61 5D 48
Octal 250 372 166 41 0 65 2 141 135 110
Binary 10101000 11111010 1110110 100001 0 110101 10 1100001 1011101 1001000

Color Harmonies of #A8FA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FA76

Black with #A8FA76

Text Example


Text Example

White with #A8FA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FA76; }

 p { color: rgb(168,250,118); }

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

background-color css

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

 a { background-color: rgb(168,250,118); }

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

border-color css

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

 span { border-color: rgb(168,250,118); }

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