Html Css Color HEX #A8FA77 Feijoa

📋 copy color: '#A8FA77'

red 168 ◦ green 250 ◦ blue 119

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

Shades of Feijoa #A8FA77

Tints of Feijoa #A8FA77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.16%

R = 31.28%
G = 46.55%
B = 22.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#A8FA77 (or 0xA8FA77) is known color: Feijoa. HEX triplet: A8, FA and 77. RGB value is (168,250,119). Sum of RGB (Red+Green+Blue) = 168+250+119=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 119 (46.88% from 255 or 22.16% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA77 is #570588. Grayscale: #D2D2D2. Windows color (decimal): -5703049 or 7862952. OLE color: 7862952.

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

Color convert

RGB 168 250 119 -
CMYK 0.33 0 0.52 0.02
HSL 97.56º 0.93% 0.72% -
HSV(B) 97.56º 0.52% 0.98% -
XYZ 53.66 78.03 29.69 -
YUV 210.55 76.33 97.65 -
System Red Green Blue C M Y K H S L
Decimal 168 250 119 0.33 0 0.52 0.02 97.56 0.93 0.72
Hex A8 FA 77 21 0 34 2 62 5D 48
Octal 250 372 167 41 0 64 2 142 135 110
Binary 10101000 11111010 1110111 100001 0 110100 10 1100010 1011101 1001000

Color Harmonies of #A8FA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FA77

Black with #A8FA77

Text Example


Text Example

White with #A8FA77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FA77; }

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

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

background-color css

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

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

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

border-color css

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

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

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