Html Css Color HEX #A6DD70 Feijoa

📋 copy color: '#A6DD70'

red 166 ◦ green 221 ◦ blue 112

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

Shades of Feijoa #A6DD70

Tints of Feijoa #A6DD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.44%

R = 33.27%
G = 44.29%
B = 22.44%

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

#A6DD70 (or 0xA6DD70) is known color: Feijoa. HEX triplet: A6, DD and 70. RGB value is (166,221,112). Sum of RGB (Red+Green+Blue) = 166+221+112=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 112 (44.14% from 255 or 22.44% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD70 is #59228F. Grayscale: #C0C0C0. Windows color (decimal): -5841552 or 7396774. OLE color: 7396774.

HSL color Cylindrical-coordinate representation of color #A6DD70: hue angle of 90.28º degrees, saturation: 0.62, 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 #A6DD70 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 221 112 -
CMYK 0.25 0 0.49 0.13
HSL 90.28º 0.62% 0.65% -
HSV(B) 90.28º 0.49% 0.87% -
XYZ 44.51 60.99 24.76 -
YUV 192.13 82.78 109.36 -
System Red Green Blue C M Y K H S L
Decimal 166 221 112 0.25 0 0.49 0.13 90.28 0.62 0.65
Hex A6 DD 70 19 0 31 D 5A 3E 41
Octal 246 335 160 31 0 61 15 132 76 101
Binary 10100110 11011101 1110000 11001 0 110001 1101 1011010 111110 1000001

Color Harmonies of #A6DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD70

Black with #A6DD70

Text Example


Text Example

White with #A6DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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