#ADD298

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

Shades of Feijoa #ADD298

Tints of Feijoa #ADD298

Color information

#ADD298 (or 0xADD298) is unknown color: approx Feijoa. HEX triplet: AD, D2 and 98. RGB value is (173,210,152). Sum of RGB (Red+Green+Blue) = 173+210+152=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 210 (82.42% from 255 or 39.25% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD298 is #522D67. Grayscale: #C0C0C0. Windows color (decimal): -5385576 or 10015405. OLE color: 10015405.

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

Color convert

RGB173210152-
CMYK0.1800.280.18
HSL98.28º39.19%70.98%-
HSV(B)98.28º27.62%82.35%-
XYZ45.9557.2438.33-
YUV192.32105.24114.22-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.34%
GREEN value IS 210 (82.42% from 255) = 39.25%
BLUE value IS 152 (59.77% from 255) = 28.41%
R=32.34%
G=39.25%
B=28.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1732101520.1800.280.1898.2839.1970.98
HexADD2981201C12622747
Octal255322230220342214247107
Binary101011011101001010011000100100111001001011000101001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD298; }

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

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

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

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

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

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

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

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