Html Css Color HEX #A6DC72 Feijoa

📋 copy color: '#A6DC72'

red 166 ◦ green 220 ◦ blue 114

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

Shades of Feijoa #A6DC72

Tints of Feijoa #A6DC72

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44%

 BLUE value IS 114 (44.92% from 255) = 22.8%

R = 33.2%
G = 44%
B = 22.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#A6DC72 (or 0xA6DC72) is known color: Feijoa. HEX triplet: A6, DC and 72. RGB value is (166,220,114). Sum of RGB (Red+Green+Blue) = 166+220+114=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 114 (44.92% from 255 or 22.8% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC72 is #59238D. Grayscale: #C0C0C0. Windows color (decimal): -5841806 or 7527590. OLE color: 7527590.

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

Color convert

RGB 166 220 114 -
CMYK 0.25 0 0.48 0.14
HSL 90.57º 0.6% 0.65% -
HSV(B) 90.57º 0.48% 0.86% -
XYZ 44.36 60.51 25.26 -
YUV 191.77 84.11 109.62 -
System Red Green Blue C M Y K H S L
Decimal 166 220 114 0.25 0 0.48 0.14 90.57 0.6 0.65
Hex A6 DC 72 19 0 30 E 5B 3C 41
Octal 246 334 162 31 0 60 16 133 74 101
Binary 10100110 11011100 1110010 11001 0 110000 1110 1011011 111100 1000001

Color Harmonies of #A6DC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC72

Black with #A6DC72

Text Example


Text Example

White with #A6DC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC72; }

 p { color: rgb(166,220,114); }

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

background-color css

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

 a { background-color: rgb(166,220,114); }

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

border-color css

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

 span { border-color: rgb(166,220,114); }

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