Html Css Color HEX #A8F47F Feijoa

📋 copy color: '#A8F47F'

red 168 ◦ green 244 ◦ blue 127

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

Shades of Feijoa #A8F47F

Tints of Feijoa #A8F47F

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.27%

 BLUE value IS 127 (50% from 255) = 23.56%

R = 31.17%
G = 45.27%
B = 23.56%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#A8F47F (or 0xA8F47F) is known color: Feijoa. HEX triplet: A8, F4 and 7F. RGB value is (168,244,127). Sum of RGB (Red+Green+Blue) = 168+244+127=539 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.17% from 539); Green value is 244 (95.70% from 255 or 45.27% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F47F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F47F is #570B80. Grayscale: #D0D0D0. Windows color (decimal): -5704577 or 8385704. OLE color: 8385704.

HSL color Cylindrical-coordinate representation of color #A8F47F: hue angle of 98.97º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A8F47F is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 244 127 -
CMYK 0.31 0 0.48 0.04
HSL 98.97º 0.84% 0.73% -
HSV(B) 98.97º 0.48% 0.96% -
XYZ 52.33 74.56 31.71 -
YUV 207.94 82.32 99.51 -
System Red Green Blue C M Y K H S L
Decimal 168 244 127 0.31 0 0.48 0.04 98.97 0.84 0.73
Hex A8 F4 7F 1F 0 30 4 63 54 49
Octal 250 364 177 37 0 60 4 143 124 111
Binary 10101000 11110100 1111111 11111 0 110000 100 1100011 1010100 1001001

Color Harmonies of #A8F47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F47F

Black with #A8F47F

Text Example


Text Example

White with #A8F47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F47F; }

 p { color: rgb(168,244,127); }

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

background-color css

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

 a { background-color: rgb(168,244,127); }

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

border-color css

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

 span { border-color: rgb(168,244,127); }

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