Html Css Color HEX #A8FF7C Feijoa

📋 copy color: '#A8FF7C'

red 168 ◦ green 255 ◦ blue 124

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

Shades of Feijoa #A8FF7C

Tints of Feijoa #A8FF7C

RGB

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

 GREEN value IS 255 (100% from 255) = 46.62%

 BLUE value IS 124 (48.83% from 255) = 22.67%

R = 30.71%
G = 46.62%
B = 22.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#A8FF7C (or 0xA8FF7C) is known color: Feijoa. HEX triplet: A8, FF and 7C. RGB value is (168,255,124). Sum of RGB (Red+Green+Blue) = 168+255+124=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FF7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FF7C is #570083. Grayscale: #D6D6D6. Windows color (decimal): -5701764 or 8191912. OLE color: 8191912.

HSL color Cylindrical-coordinate representation of color #A8FF7C: hue angle of 99.85º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A8FF7C is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB 168 255 124 -
CMYK 0.34 0 0.51 0
HSL 99.85º 1% 0.74% -
HSV(B) 99.85º 0.51% 1% -
XYZ 55.55 81.3 31.83 -
YUV 214.05 77.18 95.15 -
System Red Green Blue C M Y K H S L
Decimal 168 255 124 0.34 0 0.51 0 99.85 1 0.74
Hex A8 FF 7C 22 0 33 0 64 64 4A
Octal 250 377 174 42 0 63 0 144 144 112
Binary 10101000 11111111 1111100 100010 0 110011 0 1100100 1100100 1001010

Color Harmonies of #A8FF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FF7C

Black with #A8FF7C

Text Example


Text Example

White with #A8FF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FF7C; }

 p { color: rgb(168,255,124); }

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

background-color css

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

 a { background-color: rgb(168,255,124); }

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

border-color css

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

 span { border-color: rgb(168,255,124); }

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