Html Css Color HEX #A8F97C Feijoa

📋 copy color: '#A8F97C'

red 168 ◦ green 249 ◦ blue 124

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

Shades of Feijoa #A8F97C

Tints of Feijoa #A8F97C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.03%

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

R = 31.05%
G = 46.03%
B = 22.92%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#A8F97C (or 0xA8F97C) is known color: Feijoa. HEX triplet: A8, F9 and 7C. RGB value is (168,249,124). Sum of RGB (Red+Green+Blue) = 168+249+124=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F97C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F97C is #570683. Grayscale: #D2D2D2. Windows color (decimal): -5703300 or 8190376. OLE color: 8190376.

HSL color Cylindrical-coordinate representation of color #A8F97C: hue angle of 98.88º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8F97C is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 249 124 -
CMYK 0.33 0 0.50 0.02
HSL 98.88º 0.91% 0.73% -
HSV(B) 98.88º 0.5% 0.98% -
XYZ 53.66 77.53 31.21 -
YUV 210.53 79.16 97.66 -
System Red Green Blue C M Y K H S L
Decimal 168 249 124 0.33 0 0.50 0.02 98.88 0.91 0.73
Hex A8 F9 7C 21 0 32 2 63 5B 49
Octal 250 371 174 41 0 62 2 143 133 111
Binary 10101000 11111001 1111100 100001 0 110010 10 1100011 1011011 1001001

Color Harmonies of #A8F97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F97C

Black with #A8F97C

Text Example


Text Example

White with #A8F97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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