Html Css Color HEX #A8FA7E Feijoa

📋 copy color: '#A8FA7E'

red 168 ◦ green 250 ◦ blue 126

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

Shades of Feijoa #A8FA7E

Tints of Feijoa #A8FA7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.16%

R = 30.88%
G = 45.96%
B = 23.16%

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

#A8FA7E (or 0xA8FA7E) is known color: Feijoa. HEX triplet: A8, FA and 7E. RGB value is (168,250,126). Sum of RGB (Red+Green+Blue) = 168+250+126=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 250 (98.05% from 255 or 45.96% from 544); Blue value is 126 (49.61% from 255 or 23.16% from 544); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA7E is #570581. Grayscale: #D3D3D3. Windows color (decimal): -5703042 or 8321704. OLE color: 8321704.

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

Color convert

RGB 168 250 126 -
CMYK 0.33 0 0.50 0.02
HSL 99.68º 0.93% 0.74% -
HSV(B) 99.68º 0.5% 0.98% -
XYZ 54.1 78.2 31.98 -
YUV 211.35 79.83 97.08 -
System Red Green Blue C M Y K H S L
Decimal 168 250 126 0.33 0 0.50 0.02 99.68 0.93 0.74
Hex A8 FA 7E 21 0 32 2 64 5D 4A
Octal 250 372 176 41 0 62 2 144 135 112
Binary 10101000 11111010 1111110 100001 0 110010 10 1100100 1011101 1001010

Color Harmonies of #A8FA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FA7E

Black with #A8FA7E

Text Example


Text Example

White with #A8FA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FA7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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