Html Css Color HEX #ADD596 Feijoa

📋 copy color: '#ADD596'

red 173 ◦ green 213 ◦ blue 150

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

Shades of Feijoa #ADD596

Tints of Feijoa #ADD596

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.74%

 BLUE value IS 150 (58.98% from 255) = 27.99%

R = 32.28%
G = 39.74%
B = 27.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#ADD596 (or 0xADD596) is known color: Feijoa. HEX triplet: AD, D5 and 96. RGB value is (173,213,150). Sum of RGB (Red+Green+Blue) = 173+213+150=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD596 is #522A69. Grayscale: #C2C2C2. Windows color (decimal): -5384810 or 9885101. OLE color: 9885101.

HSL color Cylindrical-coordinate representation of color #ADD596: hue angle of 98.1º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADD596 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 150 -
CMYK 0.19 0 0.30 0.16
HSL 98.1º 0.43% 0.71% -
HSV(B) 98.1º 0.3% 0.84% -
XYZ 46.53 58.67 37.73 -
YUV 193.86 103.25 113.12 -
System Red Green Blue C M Y K H S L
Decimal 173 213 150 0.19 0 0.30 0.16 98.1 0.43 0.71
Hex AD D5 96 13 0 1E 10 62 2B 47
Octal 255 325 226 23 0 36 20 142 53 107
Binary 10101101 11010101 10010110 10011 0 11110 10000 1100010 101011 1000111

Color Harmonies of #ADD596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD596

Black with #ADD596

Text Example


Text Example

White with #ADD596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD596; }

 p { color: rgb(173,213,150); }

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

background-color css

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

 a { background-color: rgb(173,213,150); }

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

border-color css

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

 span { border-color: rgb(173,213,150); }

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