Html Css Color HEX #A8F178 Feijoa

📋 copy color: '#A8F178'

red 168 ◦ green 241 ◦ blue 120

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

Shades of Feijoa #A8F178

Tints of Feijoa #A8F178

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.56%

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

R = 31.76%
G = 45.56%
B = 22.68%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#A8F178 (or 0xA8F178) is known color: Feijoa. HEX triplet: A8, F1 and 78. RGB value is (168,241,120). Sum of RGB (Red+Green+Blue) = 168+241+120=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F178 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F178 is #570E87. Grayscale: #CDCDCD. Windows color (decimal): -5705352 or 7926184. OLE color: 7926184.

HSL color Cylindrical-coordinate representation of color #A8F178: hue angle of 96.2º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8F178 is Cyan = 0.30, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 120 -
CMYK 0.30 0 0.50 0.05
HSL 96.2º 0.81% 0.71% -
HSV(B) 96.2º 0.5% 0.95% -
XYZ 50.99 72.59 29.09 -
YUV 205.38 79.82 101.34 -
System Red Green Blue C M Y K H S L
Decimal 168 241 120 0.30 0 0.50 0.05 96.2 0.81 0.71
Hex A8 F1 78 1E 0 32 5 60 51 47
Octal 250 361 170 36 0 62 5 140 121 107
Binary 10101000 11110001 1111000 11110 0 110010 101 1100000 1010001 1000111

Color Harmonies of #A8F178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F178

Black with #A8F178

Text Example


Text Example

White with #A8F178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F178; }

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

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

background-color css

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

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

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

border-color css

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

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

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