Html Css Color HEX #ADD96F Feijoa

📋 copy color: '#ADD96F'

red 173 ◦ green 217 ◦ blue 111

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

Shades of Feijoa #ADD96F

Tints of Feijoa #ADD96F

RGB

 RED value IS 173 (67.97% from 255) = 34.53%

 GREEN value IS 217 (85.16% from 255) = 43.31%

 BLUE value IS 111 (43.75% from 255) = 22.16%

R = 34.53%
G = 43.31%
B = 22.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#ADD96F (or 0xADD96F) is known color: Feijoa. HEX triplet: AD, D9 and 6F. RGB value is (173,217,111). Sum of RGB (Red+Green+Blue) = 173+217+111=501 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.53% from 501); Green value is 217 (85.16% from 255 or 43.31% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD96F is #522690. Grayscale: #C0C0C0. Windows color (decimal): -5383825 or 7330221. OLE color: 7330221.

HSL color Cylindrical-coordinate representation of color #ADD96F: hue angle of 84.91º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADD96F is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 217 111 -
CMYK 0.20 0 0.49 0.15
HSL 84.91º 0.58% 0.64% -
HSV(B) 84.91º 0.49% 0.85% -
XYZ 44.92 59.66 24.19 -
YUV 191.76 82.42 114.62 -
System Red Green Blue C M Y K H S L
Decimal 173 217 111 0.20 0 0.49 0.15 84.91 0.58 0.64
Hex AD D9 6F 14 0 31 F 55 3A 40
Octal 255 331 157 24 0 61 17 125 72 100
Binary 10101101 11011001 1101111 10100 0 110001 1111 1010101 111010 1000000

Color Harmonies of #ADD96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD96F

Black with #ADD96F

Text Example


Text Example

White with #ADD96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD96F; }

 p { color: rgb(173,217,111); }

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

background-color css

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

 a { background-color: rgb(173,217,111); }

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

border-color css

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

 span { border-color: rgb(173,217,111); }

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