Html Css Color HEX #A8F96F Feijoa

📋 copy color: '#A8F96F'

red 168 ◦ green 249 ◦ blue 111

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

Shades of Feijoa #A8F96F

Tints of Feijoa #A8F96F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.16%

 BLUE value IS 111 (43.75% from 255) = 21.02%

R = 31.82%
G = 47.16%
B = 21.02%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#A8F96F (or 0xA8F96F) is known color: Feijoa. HEX triplet: A8, F9 and 6F. RGB value is (168,249,111). Sum of RGB (Red+Green+Blue) = 168+249+111=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 249 (97.66% from 255 or 47.16% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F96F is #570690. Grayscale: #D1D1D1. Windows color (decimal): -5703313 or 7338408. OLE color: 7338408.

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

Color convert

RGB 168 249 111 -
CMYK 0.33 0 0.55 0.02
HSL 95.22º 0.92% 0.71% -
HSV(B) 95.22º 0.55% 0.98% -
XYZ 52.89 77.22 27.16 -
YUV 209.05 72.66 98.72 -
System Red Green Blue C M Y K H S L
Decimal 168 249 111 0.33 0 0.55 0.02 95.22 0.92 0.71
Hex A8 F9 6F 21 0 37 2 5F 5C 47
Octal 250 371 157 41 0 67 2 137 134 107
Binary 10101000 11111001 1101111 100001 0 110111 10 1011111 1011100 1000111

Color Harmonies of #A8F96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F96F

Black with #A8F96F

Text Example


Text Example

White with #A8F96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F96F; }

 p { color: rgb(168,249,111); }

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

background-color css

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

 a { background-color: rgb(168,249,111); }

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

border-color css

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

 span { border-color: rgb(168,249,111); }

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