Html Css Color HEX #A8FB76 Feijoa

📋 copy color: '#A8FB76'

red 168 ◦ green 251 ◦ blue 118

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

Shades of Feijoa #A8FB76

Tints of Feijoa #A8FB76

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.74%

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

R = 31.28%
G = 46.74%
B = 21.97%

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

#A8FB76 (or 0xA8FB76) is known color: Feijoa. HEX triplet: A8, FB and 76. RGB value is (168,251,118). Sum of RGB (Red+Green+Blue) = 168+251+118=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 251 (98.44% from 255 or 46.74% from 537); Blue value is 118 (46.48% from 255 or 21.97% from 537); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FB76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FB76 is #570489. Grayscale: #D3D3D3. Windows color (decimal): -5702794 or 7797672. OLE color: 7797672.

HSL color Cylindrical-coordinate representation of color #A8FB76: hue angle of 97.44º degrees, saturation: 0.94, 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 #A8FB76 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 251 118 -
CMYK 0.33 0 0.53 0.02
HSL 97.44º 0.94% 0.72% -
HSV(B) 97.44º 0.53% 0.98% -
XYZ 53.92 78.63 29.47 -
YUV 211.02 75.5 97.31 -
System Red Green Blue C M Y K H S L
Decimal 168 251 118 0.33 0 0.53 0.02 97.44 0.94 0.72
Hex A8 FB 76 21 0 35 2 61 5E 48
Octal 250 373 166 41 0 65 2 141 136 110
Binary 10101000 11111011 1110110 100001 0 110101 10 1100001 1011110 1001000

Color Harmonies of #A8FB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FB76

Black with #A8FB76

Text Example


Text Example

White with #A8FB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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