#ADF988

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

Shades of Feijoa #ADF988

Tints of Feijoa #ADF988

Color information

#ADF988 (or 0xADF988) is unknown color: approx Feijoa. HEX triplet: AD, F9 and 88. RGB value is (173,249,136). Sum of RGB (Red+Green+Blue) = 173+249+136=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 249 (97.66% from 255 or 44.62% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF988 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF988 is #520677. Grayscale: #D5D5D5. Windows color (decimal): -5375608 or 8976813. OLE color: 8976813.

HSL color Cylindrical-coordinate representation of color #ADF988: hue angle of 100.35º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADF988 is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB173249136-
CMYK0.3100.450.02
HSL100.35º90.4%75.49%-
HSV(B)100.35º45.38%97.65%-
XYZ55.5578.4135.5-
YUV213.3984.3299.19-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 249 (97.66% from 255) = 44.62%
BLUE value IS 136 (53.52% from 255) = 24.37%
R=31.00%
G=44.62%
B=24.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732491360.3100.450.02100.3590.475.49
HexADF9881F02D2645a4b
Octal255371210370552144132113
Binary10101101111110011000100011111010110110110010010110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF988; }

 p { color: rgb(173,249,136); }

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

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

 a { background-color: rgb(173,249,136); }

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

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

 span { border-color: rgb(173,249,136); }

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