#ADF97B

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

Shades of Feijoa #ADF97B

Tints of Feijoa #ADF97B

Color information

#ADF97B (or 0xADF97B) is unknown color: approx Feijoa. HEX triplet: AD, F9 and 7B. RGB value is (173,249,123). Sum of RGB (Red+Green+Blue) = 173+249+123=545 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.74% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 123 (48.44% from 255 or 22.57% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF97B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF97B is #520684. Grayscale: #D4D4D4. Windows color (decimal): -5375621 or 8124845. OLE color: 8124845.

HSL color Cylindrical-coordinate representation of color #ADF97B: hue angle of 96.19º 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 #ADF97B is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB173249123-
CMYK0.3100.510.02
HSL96.19º91.3%72.94%-
HSV(B)96.19º50.6%97.65%-
XYZ54.6878.0730.92-
YUV211.9177.82100.25-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.74%
GREEN value IS 249 (97.66% from 255) = 45.69%
BLUE value IS 123 (48.44% from 255) = 22.57%
R=31.74%
G=45.69%
B=22.57%

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
Decimal1732491230.3100.510.0296.1991.372.94
HexADF97B1F0332605b49
Octal255371173370632140133111
Binary1010110111111001111101111111011001110110000010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF97B; }

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

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

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

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

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

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

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

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