Html Css Color HEX #A6DD71 Feijoa

📋 copy color: '#A6DD71'

red 166 ◦ green 221 ◦ blue 113

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

Shades of Feijoa #A6DD71

Tints of Feijoa #A6DD71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.6%

R = 33.2%
G = 44.2%
B = 22.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#A6DD71 (or 0xA6DD71) is known color: Feijoa. HEX triplet: A6, DD and 71. RGB value is (166,221,113). Sum of RGB (Red+Green+Blue) = 166+221+113=500 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.2% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 113 (44.53% from 255 or 22.6% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD71 is #59228E. Grayscale: #C0C0C0. Windows color (decimal): -5841551 or 7462310. OLE color: 7462310.

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

Color convert

RGB 166 221 113 -
CMYK 0.25 0 0.49 0.13
HSL 90.56º 0.61% 0.65% -
HSV(B) 90.56º 0.49% 0.87% -
XYZ 44.56 61.01 25.05 -
YUV 192.24 83.28 109.28 -
System Red Green Blue C M Y K H S L
Decimal 166 221 113 0.25 0 0.49 0.13 90.56 0.61 0.65
Hex A6 DD 71 19 0 31 D 5B 3D 41
Octal 246 335 161 31 0 61 15 133 75 101
Binary 10100110 11011101 1110001 11001 0 110001 1101 1011011 111101 1000001

Color Harmonies of #A6DD71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD71

Black with #A6DD71

Text Example


Text Example

White with #A6DD71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD71; }

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

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

background-color css

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

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

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

border-color css

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

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

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