Html Css Color HEX #A8FD7E Feijoa

📋 copy color: '#A8FD7E'

red 168 ◦ green 253 ◦ blue 126

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

Shades of Feijoa #A8FD7E

Tints of Feijoa #A8FD7E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.25%

 BLUE value IS 126 (49.61% from 255) = 23.03%

R = 30.71%
G = 46.25%
B = 23.03%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#A8FD7E (or 0xA8FD7E) is known color: Feijoa. HEX triplet: A8, FD and 7E. RGB value is (168,253,126). Sum of RGB (Red+Green+Blue) = 168+253+126=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD7E is #570281. Grayscale: #D5D5D5. Windows color (decimal): -5702274 or 8322472. OLE color: 8322472.

HSL color Cylindrical-coordinate representation of color #A8FD7E: hue angle of 100.16º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8FD7E is Cyan = 0.34, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 253 126 -
CMYK 0.34 0 0.50 0.01
HSL 100.16º 0.97% 0.74% -
HSV(B) 100.16º 0.5% 0.99% -
XYZ 55.04 80.08 32.3 -
YUV 213.11 78.84 95.83 -
System Red Green Blue C M Y K H S L
Decimal 168 253 126 0.34 0 0.50 0.01 100.16 0.97 0.74
Hex A8 FD 7E 22 0 32 1 64 61 4A
Octal 250 375 176 42 0 62 1 144 141 112
Binary 10101000 11111101 1111110 100010 0 110010 1 1100100 1100001 1001010

Color Harmonies of #A8FD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FD7E

Black with #A8FD7E

Text Example


Text Example

White with #A8FD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FD7E; }

 p { color: rgb(168,253,126); }

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

background-color css

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

 a { background-color: rgb(168,253,126); }

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

border-color css

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

 span { border-color: rgb(168,253,126); }

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