Html Css Color HEX #A8FE7D Feijoa

📋 copy color: '#A8FE7D'

red 168 ◦ green 254 ◦ blue 125

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

Shades of Feijoa #A8FE7D

Tints of Feijoa #A8FE7D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.44%

 BLUE value IS 125 (49.22% from 255) = 22.85%

R = 30.71%
G = 46.44%
B = 22.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#A8FE7D (or 0xA8FE7D) is known color: Feijoa. HEX triplet: A8, FE and 7D. RGB value is (168,254,125). Sum of RGB (Red+Green+Blue) = 168+254+125=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FE7D is #570182. Grayscale: #D6D6D6. Windows color (decimal): -5702019 or 8257192. OLE color: 8257192.

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

Color convert

RGB 168 254 125 -
CMYK 0.34 0 0.51 0.00
HSL 100º 0.98% 0.74% -
HSV(B) 100º 0.51% 1% -
XYZ 55.29 80.69 32.06 -
YUV 213.58 78.01 95.49 -
System Red Green Blue C M Y K H S L
Decimal 168 254 125 0.34 0 0.51 0.00 100 0.98 0.74
Hex A8 FE 7D 22 0 33 0 64 62 4A
Octal 250 376 175 42 0 63 0 144 142 112
Binary 10101000 11111110 1111101 100010 0 110011 0 1100100 1100010 1001010

Color Harmonies of #A8FE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FE7D

Black with #A8FE7D

Text Example


Text Example

White with #A8FE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FE7D; }

 p { color: rgb(168,254,125); }

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

background-color css

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

 a { background-color: rgb(168,254,125); }

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

border-color css

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

 span { border-color: rgb(168,254,125); }

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