Html Css Color HEX #A6D076 Feijoa

📋 copy color: '#A6D076'

red 166 ◦ green 208 ◦ blue 118

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

Shades of Feijoa #A6D076

Tints of Feijoa #A6D076

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.28%

 BLUE value IS 118 (46.48% from 255) = 23.98%

R = 33.74%
G = 42.28%
B = 23.98%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#A6D076 (or 0xA6D076) is known color: Feijoa. HEX triplet: A6, D0 and 76. RGB value is (166,208,118). Sum of RGB (Red+Green+Blue) = 166+208+118=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 118 (46.48% from 255 or 23.98% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D076 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D076 is #592F89. Grayscale: #B9B9B9. Windows color (decimal): -5844874 or 7786662. OLE color: 7786662.

HSL color Cylindrical-coordinate representation of color #A6D076: hue angle of 88º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A6D076 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 166 208 118 -
CMYK 0.20 0 0.43 0.18
HSL 88º 0.49% 0.64% -
HSV(B) 88º 0.43% 0.82% -
XYZ 41.55 54.53 25.47 -
YUV 185.18 90.09 114.32 -
System Red Green Blue C M Y K H S L
Decimal 166 208 118 0.20 0 0.43 0.18 88 0.49 0.64
Hex A6 D0 76 14 0 2B 12 58 31 40
Octal 246 320 166 24 0 53 22 130 61 100
Binary 10100110 11010000 1110110 10100 0 101011 10010 1011000 110001 1000000

Color Harmonies of #A6D076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6D076

Black with #A6D076

Text Example


Text Example

White with #A6D076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6D076; }

 p { color: rgb(166,208,118); }

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

background-color css

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

 a { background-color: rgb(166,208,118); }

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

border-color css

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

 span { border-color: rgb(166,208,118); }

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