#ADF28B

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

Shades of Feijoa #ADF28B

Tints of Feijoa #ADF28B

Color information

#ADF28B (or 0xADF28B) is unknown color: approx Feijoa. HEX triplet: AD, F2 and 8B. RGB value is (173,242,139). Sum of RGB (Red+Green+Blue) = 173+242+139=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 139 (54.69% from 255 or 25.09% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF28B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF28B is #520D74. Grayscale: #D1D1D1. Windows color (decimal): -5377397 or 9171629. OLE color: 9171629.

HSL color Cylindrical-coordinate representation of color #ADF28B: hue angle of 100.19º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ADF28B is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB173242139-
CMYK0.2900.430.05
HSL100.19º79.84%74.71%-
HSV(B)100.19º42.56%94.9%-
XYZ53.6574.2535.93-
YUV209.6388.14101.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 242 (94.92% from 255) = 43.68%
BLUE value IS 139 (54.69% from 255) = 25.09%
R=31.23%
G=43.68%
B=25.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1732421390.2900.430.05100.1979.8474.71
HexADF28B1D02B564504b
Octal255362213350535144120113
Binary101011011111001010001011111010101011101110010010100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADF28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADF28B; }

 p { color: rgb(173,242,139); }

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

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

 a { background-color: rgb(173,242,139); }

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

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

 span { border-color: rgb(173,242,139); }

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