Html Css Color HEX #ADD695 Feijoa

📋 copy color: '#ADD695'

red 173 ◦ green 214 ◦ blue 149

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

Shades of Feijoa #ADD695

Tints of Feijoa #ADD695

RGB

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

 GREEN value IS 214 (83.98% from 255) = 39.93%

 BLUE value IS 149 (58.59% from 255) = 27.8%

R = 32.28%
G = 39.93%
B = 27.8%

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

#ADD695 (or 0xADD695) is known color: Feijoa. HEX triplet: AD, D6 and 95. RGB value is (173,214,149). Sum of RGB (Red+Green+Blue) = 173+214+149=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 214 (83.98% from 255 or 39.93% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD695 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD695 is #52296A. Grayscale: #C2C2C2. Windows color (decimal): -5384555 or 9819821. OLE color: 9819821.

HSL color Cylindrical-coordinate representation of color #ADD695: hue angle of 97.85º degrees, saturation: 0.44, 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 #ADD695 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 149 -
CMYK 0.19 0 0.30 0.16
HSL 97.85º 0.44% 0.71% -
HSV(B) 97.85º 0.3% 0.84% -
XYZ 46.7 59.15 37.39 -
YUV 194.33 102.42 112.79 -
System Red Green Blue C M Y K H S L
Decimal 173 214 149 0.19 0 0.30 0.16 97.85 0.44 0.71
Hex AD D6 95 13 0 1E 10 62 2C 47
Octal 255 326 225 23 0 36 20 142 54 107
Binary 10101101 11010110 10010101 10011 0 11110 10000 1100010 101100 1000111

Color Harmonies of #ADD695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD695

Black with #ADD695

Text Example


Text Example

White with #ADD695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD695; }

 p { color: rgb(173,214,149); }

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

background-color css

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

 a { background-color: rgb(173,214,149); }

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

border-color css

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

 span { border-color: rgb(173,214,149); }

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