Html Css Color HEX #A8F67C Feijoa

📋 copy color: '#A8F67C'

red 168 ◦ green 246 ◦ blue 124

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

Shades of Feijoa #A8F67C

Tints of Feijoa #A8F67C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.72%

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

R = 31.23%
G = 45.72%
B = 23.05%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#A8F67C (or 0xA8F67C) is known color: Feijoa. HEX triplet: A8, F6 and 7C. RGB value is (168,246,124). Sum of RGB (Red+Green+Blue) = 168+246+124=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 246 (96.48% from 255 or 45.72% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F67C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F67C is #570983. Grayscale: #D1D1D1. Windows color (decimal): -5704068 or 8189608. OLE color: 8189608.

HSL color Cylindrical-coordinate representation of color #A8F67C: hue angle of 98.36º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8F67C is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 246 124 -
CMYK 0.32 0 0.50 0.04
HSL 98.36º 0.87% 0.73% -
HSV(B) 98.36º 0.5% 0.96% -
XYZ 52.74 75.69 30.9 -
YUV 208.77 80.16 98.92 -
System Red Green Blue C M Y K H S L
Decimal 168 246 124 0.32 0 0.50 0.04 98.36 0.87 0.73
Hex A8 F6 7C 20 0 32 4 62 57 49
Octal 250 366 174 40 0 62 4 142 127 111
Binary 10101000 11110110 1111100 100000 0 110010 100 1100010 1010111 1001001

Color Harmonies of #A8F67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F67C

Black with #A8F67C

Text Example


Text Example

White with #A8F67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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