Html Css Color HEX #A6DB6E Feijoa

📋 copy color: '#A6DB6E'

red 166 ◦ green 219 ◦ blue 110

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

Shades of Feijoa #A6DB6E

Tints of Feijoa #A6DB6E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.24%

 BLUE value IS 110 (43.36% from 255) = 22.22%

R = 33.54%
G = 44.24%
B = 22.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#A6DB6E (or 0xA6DB6E) is known color: Feijoa. HEX triplet: A6, DB and 6E. RGB value is (166,219,110). Sum of RGB (Red+Green+Blue) = 166+219+110=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DB6E is #592491. Grayscale: #BFBFBF. Windows color (decimal): -5842066 or 7265190. OLE color: 7265190.

HSL color Cylindrical-coordinate representation of color #A6DB6E: hue angle of 89.17º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6DB6E is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 219 110 -
CMYK 0.24 0 0.50 0.14
HSL 89.17º 0.6% 0.65% -
HSV(B) 89.17º 0.5% 0.86% -
XYZ 43.87 59.9 24 -
YUV 190.73 82.44 110.36 -
System Red Green Blue C M Y K H S L
Decimal 166 219 110 0.24 0 0.50 0.14 89.17 0.6 0.65
Hex A6 DB 6E 18 0 32 E 59 3C 41
Octal 246 333 156 30 0 62 16 131 74 101
Binary 10100110 11011011 1101110 11000 0 110010 1110 1011001 111100 1000001

Color Harmonies of #A6DB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DB6E

Black with #A6DB6E

Text Example


Text Example

White with #A6DB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DB6E; }

 p { color: rgb(166,219,110); }

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

background-color css

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

 a { background-color: rgb(166,219,110); }

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

border-color css

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

 span { border-color: rgb(166,219,110); }

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