Html Css Color HEX #A6DD8D Feijoa

📋 copy color: '#A6DD8D'

red 166 ◦ green 221 ◦ blue 141

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

Shades of Feijoa #A6DD8D

Tints of Feijoa #A6DD8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.7%

R = 31.44%
G = 41.86%
B = 26.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#A6DD8D (or 0xA6DD8D) is known color: Feijoa. HEX triplet: A6, DD and 8D. RGB value is (166,221,141). Sum of RGB (Red+Green+Blue) = 166+221+141=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 221 (86.72% from 255 or 41.86% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DD8D is #592272. Grayscale: #C3C3C3. Windows color (decimal): -5841523 or 9297318. OLE color: 9297318.

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

Color convert

RGB 166 221 141 -
CMYK 0.25 0 0.36 0.13
HSL 101.25º 0.54% 0.71% -
HSV(B) 101.25º 0.36% 0.87% -
XYZ 46.39 61.74 34.67 -
YUV 195.44 97.28 107 -
System Red Green Blue C M Y K H S L
Decimal 166 221 141 0.25 0 0.36 0.13 101.25 0.54 0.71
Hex A6 DD 8D 19 0 24 D 65 36 47
Octal 246 335 215 31 0 44 15 145 66 107
Binary 10100110 11011101 10001101 11001 0 100100 1101 1100101 110110 1000111

Color Harmonies of #A6DD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD8D

Black with #A6DD8D

Text Example


Text Example

White with #A6DD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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