#ADF97A

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

Shades of Feijoa #ADF97A

Tints of Feijoa #ADF97A

Color information

#ADF97A (or 0xADF97A) is unknown color: approx Feijoa. HEX triplet: AD, F9 and 7A. RGB value is (173,249,122). Sum of RGB (Red+Green+Blue) = 173+249+122=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 122 (48.05% from 255 or 22.43% from 544); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF97A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF97A is #520685. Grayscale: #D4D4D4. Windows color (decimal): -5375622 or 8059309. OLE color: 8059309.

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

Color convert

RGB173249122-
CMYK0.3100.510.02
HSL95.91º91.37%72.75%-
HSV(B)95.91º51%97.65%-
XYZ54.6278.0430.6-
YUV211.877.32100.33-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 249 (97.66% from 255) = 45.77%
BLUE value IS 122 (48.05% from 255) = 22.43%
R=31.80%
G=45.77%
B=22.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1732491220.3100.510.0295.9191.3772.75
HexADF97A1F0332605b49
Octal255371172370632140133111
Binary1010110111111001111101011111011001110110000010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF97A; }

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

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

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

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

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

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

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

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