Html Css Color HEX #ADDC95 Feijoa

📋 copy color: '#ADDC95'

red 173 ◦ green 220 ◦ blue 149

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

Shades of Feijoa #ADDC95

Tints of Feijoa #ADDC95

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.59%

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

R = 31.92%
G = 40.59%
B = 27.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#ADDC95 (or 0xADDC95) is known color: Feijoa. HEX triplet: AD, DC and 95. RGB value is (173,220,149). Sum of RGB (Red+Green+Blue) = 173+220+149=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 220 (86.33% from 255 or 40.59% from 542); Blue value is 149 (58.59% from 255 or 27.49% from 542); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC95 is #52236A. Grayscale: #C6C6C6. Windows color (decimal): -5383019 or 9821357. OLE color: 9821357.

HSL color Cylindrical-coordinate representation of color #ADDC95: hue angle of 99.72º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ADDC95 is Cyan = 0.21, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 149 -
CMYK 0.21 0 0.32 0.14
HSL 99.72º 0.5% 0.72% -
HSV(B) 99.72º 0.32% 0.86% -
XYZ 48.25 62.24 37.9 -
YUV 197.85 100.43 110.27 -
System Red Green Blue C M Y K H S L
Decimal 173 220 149 0.21 0 0.32 0.14 99.72 0.5 0.72
Hex AD DC 95 15 0 20 E 64 32 48
Octal 255 334 225 25 0 40 16 144 62 110
Binary 10101101 11011100 10010101 10101 0 100000 1110 1100100 110010 1001000

Color Harmonies of #ADDC95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC95

Black with #ADDC95

Text Example


Text Example

White with #ADDC95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC95; }

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

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

background-color css

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

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

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

border-color css

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

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

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