Html Css Color HEX #A8D46D Feijoa

📋 copy color: '#A8D46D'

red 168 ◦ green 212 ◦ blue 109

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

Shades of Feijoa #A8D46D

Tints of Feijoa #A8D46D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.35%

 BLUE value IS 109 (42.97% from 255) = 22.29%

R = 34.36%
G = 43.35%
B = 22.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#A8D46D (or 0xA8D46D) is known color: Feijoa. HEX triplet: A8, D4 and 6D. RGB value is (168,212,109). Sum of RGB (Red+Green+Blue) = 168+212+109=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 109 (42.97% from 255 or 22.29% from 489); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D46D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D46D is #572B92. Grayscale: #BBBBBB. Windows color (decimal): -5712787 or 7197864. OLE color: 7197864.

HSL color Cylindrical-coordinate representation of color #A8D46D: hue angle of 85.63º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A8D46D is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 168 212 109 -
CMYK 0.21 0 0.49 0.17
HSL 85.63º 0.54% 0.63% -
HSV(B) 85.63º 0.49% 0.83% -
XYZ 42.45 56.52 23.14 -
YUV 187.1 83.92 114.38 -
System Red Green Blue C M Y K H S L
Decimal 168 212 109 0.21 0 0.49 0.17 85.63 0.54 0.63
Hex A8 D4 6D 15 0 31 11 56 36 3F
Octal 250 324 155 25 0 61 21 126 66 77
Binary 10101000 11010100 1101101 10101 0 110001 10001 1010110 110110 111111

Color Harmonies of #A8D46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D46D

Black with #A8D46D

Text Example


Text Example

White with #A8D46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D46D; }

 p { color: rgb(168,212,109); }

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

background-color css

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

 a { background-color: rgb(168,212,109); }

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

border-color css

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

 span { border-color: rgb(168,212,109); }

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