Html Css Color HEX #A8FA7C Feijoa

📋 copy color: '#A8FA7C'

red 168 ◦ green 250 ◦ blue 124

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

Shades of Feijoa #A8FA7C

Tints of Feijoa #A8FA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.88%

R = 31%
G = 46.13%
B = 22.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#A8FA7C (or 0xA8FA7C) is known color: Feijoa. HEX triplet: A8, FA and 7C. RGB value is (168,250,124). Sum of RGB (Red+Green+Blue) = 168+250+124=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA7C is #570583. Grayscale: #D3D3D3. Windows color (decimal): -5703044 or 8190632. OLE color: 8190632.

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

Color convert

RGB 168 250 124 -
CMYK 0.33 0 0.50 0.02
HSL 99.05º 0.93% 0.73% -
HSV(B) 99.05º 0.5% 0.98% -
XYZ 53.97 78.15 31.31 -
YUV 211.12 78.83 97.25 -
System Red Green Blue C M Y K H S L
Decimal 168 250 124 0.33 0 0.50 0.02 99.05 0.93 0.73
Hex A8 FA 7C 21 0 32 2 63 5D 49
Octal 250 372 174 41 0 62 2 143 135 111
Binary 10101000 11111010 1111100 100001 0 110010 10 1100011 1011101 1001001

Color Harmonies of #A8FA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FA7C

Black with #A8FA7C

Text Example


Text Example

White with #A8FA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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