Html Css Color HEX #A8FC76 Feijoa

📋 copy color: '#A8FC76'

red 168 ◦ green 252 ◦ blue 118

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

Shades of Feijoa #A8FC76

Tints of Feijoa #A8FC76

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.84%

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

R = 31.23%
G = 46.84%
B = 21.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#A8FC76 (or 0xA8FC76) is known color: Feijoa. HEX triplet: A8, FC and 76. RGB value is (168,252,118). Sum of RGB (Red+Green+Blue) = 168+252+118=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 118 (46.48% from 255 or 21.93% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC76 is #570389. Grayscale: #D4D4D4. Windows color (decimal): -5702538 or 7797928. OLE color: 7797928.

HSL color Cylindrical-coordinate representation of color #A8FC76: hue angle of 97.61º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A8FC76 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 252 118 -
CMYK 0.33 0 0.53 0.01
HSL 97.61º 0.96% 0.73% -
HSV(B) 97.61º 0.53% 0.99% -
XYZ 54.23 79.25 29.58 -
YUV 211.61 75.17 96.9 -
System Red Green Blue C M Y K H S L
Decimal 168 252 118 0.33 0 0.53 0.01 97.61 0.96 0.73
Hex A8 FC 76 21 0 35 1 62 60 49
Octal 250 374 166 41 0 65 1 142 140 111
Binary 10101000 11111100 1110110 100001 0 110101 1 1100010 1100000 1001001

Color Harmonies of #A8FC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FC76

Black with #A8FC76

Text Example


Text Example

White with #A8FC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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