Html Css Color HEX #A8F17F Feijoa

📋 copy color: '#A8F17F'

red 168 ◦ green 241 ◦ blue 127

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

Shades of Feijoa #A8F17F

Tints of Feijoa #A8F17F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.96%

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

R = 31.34%
G = 44.96%
B = 23.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#A8F17F (or 0xA8F17F) is known color: Feijoa. HEX triplet: A8, F1 and 7F. RGB value is (168,241,127). Sum of RGB (Red+Green+Blue) = 168+241+127=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 127 (50% from 255 or 23.69% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F17F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F17F is #570E80. Grayscale: #CECECE. Windows color (decimal): -5705345 or 8384936. OLE color: 8384936.

HSL color Cylindrical-coordinate representation of color #A8F17F: hue angle of 98.42º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8F17F is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 127 -
CMYK 0.30 0 0.47 0.05
HSL 98.42º 0.8% 0.72% -
HSV(B) 98.42º 0.47% 0.95% -
XYZ 51.43 72.77 31.41 -
YUV 206.18 83.32 100.77 -
System Red Green Blue C M Y K H S L
Decimal 168 241 127 0.30 0 0.47 0.05 98.42 0.8 0.72
Hex A8 F1 7F 1E 0 2F 5 62 50 48
Octal 250 361 177 36 0 57 5 142 120 110
Binary 10101000 11110001 1111111 11110 0 101111 101 1100010 1010000 1001000

Color Harmonies of #A8F17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F17F

Black with #A8F17F

Text Example


Text Example

White with #A8F17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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