#ADF985

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

Shades of Feijoa #ADF985

Tints of Feijoa #ADF985

Color information

#ADF985 (or 0xADF985) is unknown color: approx Feijoa. HEX triplet: AD, F9 and 85. RGB value is (173,249,133). Sum of RGB (Red+Green+Blue) = 173+249+133=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 133 (52.34% from 255 or 23.96% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF985 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF985 is #52067A. Grayscale: #D5D5D5. Windows color (decimal): -5375611 or 8780205. OLE color: 8780205.

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

Color convert

RGB173249133-
CMYK0.3100.470.02
HSL99.31º90.62%74.9%-
HSV(B)99.31º46.59%97.65%-
XYZ55.3478.3334.39-
YUV213.0582.8299.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 249 (97.66% from 255) = 44.86%
BLUE value IS 133 (52.34% from 255) = 23.96%
R=31.17%
G=44.86%
B=23.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732491330.3100.470.0299.3190.6274.9
HexADF9851F02F2635b4b
Octal255371205370572143133113
Binary10101101111110011000010111111010111110110001110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF985; }

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

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

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

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

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

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

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

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