Html Css Color HEX #A8FC7D Feijoa

📋 copy color: '#A8FC7D'

red 168 ◦ green 252 ◦ blue 125

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

Shades of Feijoa #A8FC7D

Tints of Feijoa #A8FC7D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.24%

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

R = 30.83%
G = 46.24%
B = 22.94%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#A8FC7D (or 0xA8FC7D) is known color: Feijoa. HEX triplet: A8, FC and 7D. RGB value is (168,252,125). Sum of RGB (Red+Green+Blue) = 168+252+125=545 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.83% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC7D is #570382. Grayscale: #D4D4D4. Windows color (decimal): -5702531 or 8256680. OLE color: 8256680.

HSL color Cylindrical-coordinate representation of color #A8FC7D: hue angle of 99.69º degrees, saturation: 0.95, 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 #A8FC7D is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 252 125 -
CMYK 0.33 0 0.50 0.01
HSL 99.69º 0.95% 0.74% -
HSV(B) 99.69º 0.5% 0.99% -
XYZ 54.66 79.43 31.85 -
YUV 212.41 78.67 96.33 -
System Red Green Blue C M Y K H S L
Decimal 168 252 125 0.33 0 0.50 0.01 99.69 0.95 0.74
Hex A8 FC 7D 21 0 32 1 64 5F 4A
Octal 250 374 175 41 0 62 1 144 137 112
Binary 10101000 11111100 1111101 100001 0 110010 1 1100100 1011111 1001010

Color Harmonies of #A8FC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FC7D

Black with #A8FC7D

Text Example


Text Example

White with #A8FC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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