Html Css Color HEX #A6D56D Feijoa

📋 copy color: '#A6D56D'

red 166 ◦ green 213 ◦ blue 109

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

Shades of Feijoa #A6D56D

Tints of Feijoa #A6D56D

RGB

 RED value IS 166 (65.23% from 255) = 34.02%

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

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

R = 34.02%
G = 43.65%
B = 22.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#A6D56D (or 0xA6D56D) is known color: Feijoa. HEX triplet: A6, D5 and 6D. RGB value is (166,213,109). Sum of RGB (Red+Green+Blue) = 166+213+109=488 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.02% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #A6D56D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D56D is #592A92. Grayscale: #BBBBBB. Windows color (decimal): -5843603 or 7198118. OLE color: 7198118.

HSL color Cylindrical-coordinate representation of color #A6D56D: hue angle of 87.12º 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 #A6D56D is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 166 213 109 -
CMYK 0.22 0 0.49 0.16
HSL 87.12º 0.55% 0.63% -
HSV(B) 87.12º 0.49% 0.84% -
XYZ 42.28 56.8 23.2 -
YUV 187.09 83.93 112.96 -
System Red Green Blue C M Y K H S L
Decimal 166 213 109 0.22 0 0.49 0.16 87.12 0.55 0.63
Hex A6 D5 6D 16 0 31 10 57 37 3F
Octal 246 325 155 26 0 61 20 127 67 77
Binary 10100110 11010101 1101101 10110 0 110001 10000 1010111 110111 111111

Color Harmonies of #A6D56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D56D

Black with #A6D56D

Text Example


Text Example

White with #A6D56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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