Html Css Color HEX #A8F17C Feijoa

📋 copy color: '#A8F17C'

red 168 ◦ green 241 ◦ blue 124

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

Shades of Feijoa #A8F17C

Tints of Feijoa #A8F17C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.26%

R = 31.52%
G = 45.22%
B = 23.26%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#A8F17C (or 0xA8F17C) is known color: Feijoa. HEX triplet: A8, F1 and 7C. RGB value is (168,241,124). Sum of RGB (Red+Green+Blue) = 168+241+124=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F17C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F17C is #570E83. Grayscale: #CECECE. Windows color (decimal): -5705348 or 8188328. OLE color: 8188328.

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

Color convert

RGB 168 241 124 -
CMYK 0.30 0 0.49 0.05
HSL 97.44º 0.81% 0.72% -
HSV(B) 97.44º 0.49% 0.95% -
XYZ 51.24 72.69 30.4 -
YUV 205.84 81.82 101.01 -
System Red Green Blue C M Y K H S L
Decimal 168 241 124 0.30 0 0.49 0.05 97.44 0.81 0.72
Hex A8 F1 7C 1E 0 31 5 61 51 48
Octal 250 361 174 36 0 61 5 141 121 110
Binary 10101000 11110001 1111100 11110 0 110001 101 1100001 1010001 1001000

Color Harmonies of #A8F17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F17C

Black with #A8F17C

Text Example


Text Example

White with #A8F17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F17C; }

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

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

background-color css

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

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

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

border-color css

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

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

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