Html Css Color HEX #A8FA6E Feijoa

📋 copy color: '#A8FA6E'

red 168 ◦ green 250 ◦ blue 110

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

Shades of Feijoa #A8FA6E

Tints of Feijoa #A8FA6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.83%

R = 31.82%
G = 47.35%
B = 20.83%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#A8FA6E (or 0xA8FA6E) is known color: Feijoa. HEX triplet: A8, FA and 6E. RGB value is (168,250,110). Sum of RGB (Red+Green+Blue) = 168+250+110=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 250 (98.05% from 255 or 47.35% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA6E is #570591. Grayscale: #D2D2D2. Windows color (decimal): -5703058 or 7273128. OLE color: 7273128.

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

Color convert

RGB 168 250 110 -
CMYK 0.33 0 0.56 0.02
HSL 95.14º 0.93% 0.71% -
HSV(B) 95.14º 0.56% 0.98% -
XYZ 53.15 77.82 26.97 -
YUV 209.52 71.83 98.38 -
System Red Green Blue C M Y K H S L
Decimal 168 250 110 0.33 0 0.56 0.02 95.14 0.93 0.71
Hex A8 FA 6E 21 0 38 2 5F 5D 47
Octal 250 372 156 41 0 70 2 137 135 107
Binary 10101000 11111010 1101110 100001 0 111000 10 1011111 1011101 1000111

Color Harmonies of #A8FA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FA6E

Black with #A8FA6E

Text Example


Text Example

White with #A8FA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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