Html Css Color HEX #A6DD73 Feijoa

📋 copy color: '#A6DD73'

red 166 ◦ green 221 ◦ blue 115

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

Shades of Feijoa #A6DD73

Tints of Feijoa #A6DD73

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.02%

 BLUE value IS 115 (45.31% from 255) = 22.91%

R = 33.07%
G = 44.02%
B = 22.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#A6DD73 (or 0xA6DD73) is known color: Feijoa. HEX triplet: A6, DD and 73. RGB value is (166,221,115). Sum of RGB (Red+Green+Blue) = 166+221+115=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 115 (45.31% from 255 or 22.91% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD73 is #59228C. Grayscale: #C0C0C0. Windows color (decimal): -5841549 or 7593382. OLE color: 7593382.

HSL color Cylindrical-coordinate representation of color #A6DD73: hue angle of 91.13º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6DD73 is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 221 115 -
CMYK 0.25 0 0.48 0.13
HSL 91.13º 0.61% 0.66% -
HSV(B) 91.13º 0.48% 0.87% -
XYZ 44.68 61.06 25.65 -
YUV 192.47 84.28 109.12 -
System Red Green Blue C M Y K H S L
Decimal 166 221 115 0.25 0 0.48 0.13 91.13 0.61 0.66
Hex A6 DD 73 19 0 30 D 5B 3D 42
Octal 246 335 163 31 0 60 15 133 75 102
Binary 10100110 11011101 1110011 11001 0 110000 1101 1011011 111101 1000010

Color Harmonies of #A6DD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD73

Black with #A6DD73

Text Example


Text Example

White with #A6DD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD73; }

 p { color: rgb(166,221,115); }

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

background-color css

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

 a { background-color: rgb(166,221,115); }

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

border-color css

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

 span { border-color: rgb(166,221,115); }

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