Html Css Color HEX #ADDC8F Feijoa

📋 copy color: '#ADDC8F'

red 173 ◦ green 220 ◦ blue 143

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

Shades of Feijoa #ADDC8F

Tints of Feijoa #ADDC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.68%

R = 32.28%
G = 41.04%
B = 26.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#ADDC8F (or 0xADDC8F) is known color: Feijoa. HEX triplet: AD, DC and 8F. RGB value is (173,220,143). Sum of RGB (Red+Green+Blue) = 173+220+143=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 220 (86.33% from 255 or 41.04% from 536); Blue value is 143 (56.25% from 255 or 26.68% from 536); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDC8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDC8F is #522370. Grayscale: #C5C5C5. Windows color (decimal): -5383025 or 9428141. OLE color: 9428141.

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

Color convert

RGB 173 220 143 -
CMYK 0.21 0 0.35 0.14
HSL 96.62º 0.52% 0.71% -
HSV(B) 96.62º 0.35% 0.86% -
XYZ 47.78 62.05 35.45 -
YUV 197.17 97.43 110.76 -
System Red Green Blue C M Y K H S L
Decimal 173 220 143 0.21 0 0.35 0.14 96.62 0.52 0.71
Hex AD DC 8F 15 0 23 E 61 34 47
Octal 255 334 217 25 0 43 16 141 64 107
Binary 10101101 11011100 10001111 10101 0 100011 1110 1100001 110100 1000111

Color Harmonies of #ADDC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDC8F

Black with #ADDC8F

Text Example


Text Example

White with #ADDC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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