Html Css Color HEX #ADD095 Feijoa

📋 copy color: '#ADD095'

red 173 ◦ green 208 ◦ blue 149

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

Shades of Feijoa #ADD095

Tints of Feijoa #ADD095

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.25%

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

R = 32.64%
G = 39.25%
B = 28.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#ADD095 (or 0xADD095) is known color: Feijoa. HEX triplet: AD, D0 and 95. RGB value is (173,208,149). Sum of RGB (Red+Green+Blue) = 173+208+149=530 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.64% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD095 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD095 is #522F6A. Grayscale: #BFBFBF. Windows color (decimal): -5386091 or 9818285. OLE color: 9818285.

HSL color Cylindrical-coordinate representation of color #ADD095: hue angle of 95.59º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADD095 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 149 -
CMYK 0.17 0 0.28 0.18
HSL 95.59º 0.39% 0.7% -
HSV(B) 95.59º 0.28% 0.82% -
XYZ 45.21 56.17 36.89 -
YUV 190.81 104.4 115.3 -
System Red Green Blue C M Y K H S L
Decimal 173 208 149 0.17 0 0.28 0.18 95.59 0.39 0.7
Hex AD D0 95 11 0 1C 12 60 27 46
Octal 255 320 225 21 0 34 22 140 47 106
Binary 10101101 11010000 10010101 10001 0 11100 10010 1100000 100111 1000110

Color Harmonies of #ADD095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD095

Black with #ADD095

Text Example


Text Example

White with #ADD095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD095; }

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

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

background-color css

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

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

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

border-color css

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

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

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