Html Css Color HEX #A8FA7F Feijoa

📋 copy color: '#A8FA7F'

red 168 ◦ green 250 ◦ blue 127

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

Shades of Feijoa #A8FA7F

Tints of Feijoa #A8FA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 23.3%

R = 30.83%
G = 45.87%
B = 23.3%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#A8FA7F (or 0xA8FA7F) is known color: Feijoa. HEX triplet: A8, FA and 7F. RGB value is (168,250,127). Sum of RGB (Red+Green+Blue) = 168+250+127=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 250 (98.05% from 255 or 45.87% from 545); Blue value is 127 (50% from 255 or 23.30% from 545); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA7F is #570580. Grayscale: #D3D3D3. Windows color (decimal): -5703041 or 8387240. OLE color: 8387240.

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

Color convert

RGB 168 250 127 -
CMYK 0.33 0 0.49 0.02
HSL 100º 0.92% 0.74% -
HSV(B) 100º 0.49% 0.98% -
XYZ 54.16 78.23 32.32 -
YUV 211.46 80.33 97 -
System Red Green Blue C M Y K H S L
Decimal 168 250 127 0.33 0 0.49 0.02 100 0.92 0.74
Hex A8 FA 7F 21 0 31 2 64 5C 4A
Octal 250 372 177 41 0 61 2 144 134 112
Binary 10101000 11111010 1111111 100001 0 110001 10 1100100 1011100 1001010

Color Harmonies of #A8FA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FA7F

Black with #A8FA7F

Text Example


Text Example

White with #A8FA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FA7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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