Html Css Color HEX #A6DC74 Feijoa

📋 copy color: '#A6DC74'

red 166 ◦ green 220 ◦ blue 116

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

Shades of Feijoa #A6DC74

Tints of Feijoa #A6DC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.11%

R = 33.07%
G = 43.82%
B = 23.11%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#A6DC74 (or 0xA6DC74) is known color: Feijoa. HEX triplet: A6, DC and 74. RGB value is (166,220,116). Sum of RGB (Red+Green+Blue) = 166+220+116=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DC74 is #59238B. Grayscale: #C0C0C0. Windows color (decimal): -5841804 or 7658662. OLE color: 7658662.

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

Color convert

RGB 166 220 116 -
CMYK 0.25 0 0.47 0.14
HSL 91.15º 0.6% 0.66% -
HSV(B) 91.15º 0.47% 0.86% -
XYZ 44.47 60.55 25.87 -
YUV 192 85.11 109.46 -
System Red Green Blue C M Y K H S L
Decimal 166 220 116 0.25 0 0.47 0.14 91.15 0.6 0.66
Hex A6 DC 74 19 0 2F E 5B 3C 42
Octal 246 334 164 31 0 57 16 133 74 102
Binary 10100110 11011100 1110100 11001 0 101111 1110 1011011 111100 1000010

Color Harmonies of #A6DC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DC74

Black with #A6DC74

Text Example


Text Example

White with #A6DC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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