Html Css Color HEX #A8F878 Feijoa

📋 copy color: '#A8F878'

red 168 ◦ green 248 ◦ blue 120

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

Shades of Feijoa #A8F878

Tints of Feijoa #A8F878

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.27%

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

R = 31.34%
G = 46.27%
B = 22.39%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#A8F878 (or 0xA8F878) is known color: Feijoa. HEX triplet: A8, F8 and 78. RGB value is (168,248,120). Sum of RGB (Red+Green+Blue) = 168+248+120=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 248 (97.27% from 255 or 46.27% from 536); Blue value is 120 (47.27% from 255 or 22.39% from 536); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F878 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F878 is #570787. Grayscale: #D1D1D1. Windows color (decimal): -5703560 or 7927976. OLE color: 7927976.

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

Color convert

RGB 168 248 120 -
CMYK 0.32 0 0.52 0.03
HSL 97.5º 0.9% 0.72% -
HSV(B) 97.5º 0.52% 0.97% -
XYZ 53.11 76.82 29.8 -
YUV 209.49 77.5 98.41 -
System Red Green Blue C M Y K H S L
Decimal 168 248 120 0.32 0 0.52 0.03 97.5 0.9 0.72
Hex A8 F8 78 20 0 34 3 62 5A 48
Octal 250 370 170 40 0 64 3 142 132 110
Binary 10101000 11111000 1111000 100000 0 110100 11 1100010 1011010 1001000

Color Harmonies of #A8F878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F878

Black with #A8F878

Text Example


Text Example

White with #A8F878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F878; }

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

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

background-color css

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

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

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

border-color css

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

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

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