Html Css Color HEX #A8D66C Feijoa

📋 copy color: '#A8D66C'

red 168 ◦ green 214 ◦ blue 108

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

Shades of Feijoa #A8D66C

Tints of Feijoa #A8D66C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.67%

 BLUE value IS 108 (42.58% from 255) = 22.04%

R = 34.29%
G = 43.67%
B = 22.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#A8D66C (or 0xA8D66C) is known color: Feijoa. HEX triplet: A8, D6 and 6C. RGB value is (168,214,108). Sum of RGB (Red+Green+Blue) = 168+214+108=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 214 (83.98% from 255 or 43.67% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 214 - color contains mainly: green. Hex color #A8D66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D66C is #572993. Grayscale: #BCBCBC. Windows color (decimal): -5712276 or 7132840. OLE color: 7132840.

HSL color Cylindrical-coordinate representation of color #A8D66C: hue angle of 86.04º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8D66C is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 214 108 -
CMYK 0.21 0 0.50 0.16
HSL 86.04º 0.56% 0.63% -
HSV(B) 86.04º 0.5% 0.84% -
XYZ 42.9 57.5 23.02 -
YUV 188.16 82.76 113.62 -
System Red Green Blue C M Y K H S L
Decimal 168 214 108 0.21 0 0.50 0.16 86.04 0.56 0.63
Hex A8 D6 6C 15 0 32 10 56 38 3F
Octal 250 326 154 25 0 62 20 126 70 77
Binary 10101000 11010110 1101100 10101 0 110010 10000 1010110 111000 111111

Color Harmonies of #A8D66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D66C

Black with #A8D66C

Text Example


Text Example

White with #A8D66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D66C; }

 p { color: rgb(168,214,108); }

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

background-color css

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

 a { background-color: rgb(168,214,108); }

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

border-color css

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

 span { border-color: rgb(168,214,108); }

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