Html Css Color HEX #A8F778 Feijoa

📋 copy color: '#A8F778'

red 168 ◦ green 247 ◦ blue 120

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

Shades of Feijoa #A8F778

Tints of Feijoa #A8F778

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.17%

 BLUE value IS 120 (47.27% from 255) = 22.43%

R = 31.4%
G = 46.17%
B = 22.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#A8F778 (or 0xA8F778) is known color: Feijoa. HEX triplet: A8, F7 and 78. RGB value is (168,247,120). Sum of RGB (Red+Green+Blue) = 168+247+120=535 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.40% from 535); Green value is 247 (96.88% from 255 or 46.17% from 535); Blue value is 120 (47.27% from 255 or 22.43% from 535); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F778 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F778 is #570887. Grayscale: #D1D1D1. Windows color (decimal): -5703816 or 7927720. OLE color: 7927720.

HSL color Cylindrical-coordinate representation of color #A8F778: hue angle of 97.32º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8F778 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 247 120 -
CMYK 0.32 0 0.51 0.03
HSL 97.32º 0.89% 0.72% -
HSV(B) 97.32º 0.51% 0.97% -
XYZ 52.8 76.2 29.7 -
YUV 208.9 77.83 98.83 -
System Red Green Blue C M Y K H S L
Decimal 168 247 120 0.32 0 0.51 0.03 97.32 0.89 0.72
Hex A8 F7 78 20 0 33 3 61 59 48
Octal 250 367 170 40 0 63 3 141 131 110
Binary 10101000 11110111 1111000 100000 0 110011 11 1100001 1011001 1001000

Color Harmonies of #A8F778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F778

Black with #A8F778

Text Example


Text Example

White with #A8F778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F778; }

 p { color: rgb(168,247,120); }

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

background-color css

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

 a { background-color: rgb(168,247,120); }

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

border-color css

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

 span { border-color: rgb(168,247,120); }

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