#ADD898

Color #ADD898 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ADD898

Tints of Feijoa #ADD898

Color information

#ADD898 (or 0xADD898) is unknown color: approx Feijoa. HEX triplet: AD, D8 and 98. RGB value is (173,216,152). Sum of RGB (Red+Green+Blue) = 173+216+152=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 216 (84.77% from 255 or 39.93% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD898 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD898 is #522767. Grayscale: #C4C4C4. Windows color (decimal): -5384040 or 10016941. OLE color: 10016941.

HSL color Cylindrical-coordinate representation of color #ADD898: hue angle of 100.31º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADD898 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB173216152-
CMYK0.2000.300.15
HSL100.31º45.07%72.16%-
HSV(B)100.31º29.63%84.71%-
XYZ47.4660.2638.84-
YUV195.85103.25111.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.98%
GREEN value IS 216 (84.77% from 255) = 39.93%
BLUE value IS 152 (59.77% from 255) = 28.10%
R=31.98%
G=39.93%
B=28.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1732161520.2000.300.15100.3145.0772.16
HexADD8981401EF642d48
Octal255330230240361714455110
Binary10101101110110001001100010100011110111111001001011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD898; }

 p { color: rgb(173,216,152); }

 H1.HeaderClassName
 {
   color: #ADD898;
 }
 .AnyTagClassName
 {
   color: #ADD898;
 }
</style>
background-color css

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

 a { background-color: rgb(173,216,152); }

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

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

 span { border-color: rgb(173,216,152); }

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