Html Css Color HEX #ADDC97 Feijoa

📋 copy color: '#ADDC97'

red 173 ◦ green 220 ◦ blue 151

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

Shades of Feijoa #ADDC97

Tints of Feijoa #ADDC97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 27.76%

R = 31.8%
G = 40.44%
B = 27.76%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#ADDC97 (or 0xADDC97) is known color: Feijoa. HEX triplet: AD, DC and 97. RGB value is (173,220,151). Sum of RGB (Red+Green+Blue) = 173+220+151=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 151 (59.38% from 255 or 27.76% from 544); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC97 is #522368. Grayscale: #C6C6C6. Windows color (decimal): -5383017 or 9952429. OLE color: 9952429.

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

Color convert

RGB 173 220 151 -
CMYK 0.21 0 0.31 0.14
HSL 100.87º 0.5% 0.73% -
HSV(B) 100.87º 0.31% 0.86% -
XYZ 48.41 62.31 38.75 -
YUV 198.08 101.43 110.11 -
System Red Green Blue C M Y K H S L
Decimal 173 220 151 0.21 0 0.31 0.14 100.87 0.5 0.73
Hex AD DC 97 15 0 1F E 65 32 49
Octal 255 334 227 25 0 37 16 145 62 111
Binary 10101101 11011100 10010111 10101 0 11111 1110 1100101 110010 1001001

Color Harmonies of #ADDC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC97

Black with #ADDC97

Text Example


Text Example

White with #ADDC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC97; }

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

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

background-color css

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

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

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

border-color css

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

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

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