Html Css Color HEX #A8D56D Feijoa

📋 copy color: '#A8D56D'

red 168 ◦ green 213 ◦ blue 109

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

Shades of Feijoa #A8D56D

Tints of Feijoa #A8D56D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.47%

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

R = 34.29%
G = 43.47%
B = 22.24%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#A8D56D (or 0xA8D56D) is known color: Feijoa. HEX triplet: A8, D5 and 6D. RGB value is (168,213,109). Sum of RGB (Red+Green+Blue) = 168+213+109=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 213 (83.59% from 255 or 43.47% from 490); Blue value is 109 (42.97% from 255 or 22.24% from 490); Max value from RGB is 213 - color contains mainly: green. Hex color #A8D56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D56D is #572A92. Grayscale: #BCBCBC. Windows color (decimal): -5712531 or 7198120. OLE color: 7198120.

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

Color convert

RGB 168 213 109 -
CMYK 0.21 0 0.49 0.16
HSL 85.96º 0.55% 0.63% -
HSV(B) 85.96º 0.49% 0.84% -
XYZ 42.7 57.02 23.22 -
YUV 187.69 83.59 113.96 -
System Red Green Blue C M Y K H S L
Decimal 168 213 109 0.21 0 0.49 0.16 85.96 0.55 0.63
Hex A8 D5 6D 15 0 31 10 56 37 3F
Octal 250 325 155 25 0 61 20 126 67 77
Binary 10101000 11010101 1101101 10101 0 110001 10000 1010110 110111 111111

Color Harmonies of #A8D56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D56D

Black with #A8D56D

Text Example


Text Example

White with #A8D56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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