#9ADF6A

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

Shades of Feijoa #9ADF6A

Tints of Feijoa #9ADF6A

Color information

#9ADF6A (or 0x9ADF6A) is unknown color: approx Feijoa. HEX triplet: 9A, DF and 6A. RGB value is (154,223,106). Sum of RGB (Red+Green+Blue) = 154+223+106=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 223 (87.5% from 255 or 46.17% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADF6A is #652095. Grayscale: #BDBDBD. Windows color (decimal): -6627478 or 7004058. OLE color: 7004058.

HSL color Cylindrical-coordinate representation of color #9ADF6A: hue angle of 95.38º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9ADF6A is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB154223106-
CMYK0.3100.520.13
HSL95.38º64.64%64.51%-
HSV(B)95.38º52.47%87.45%-
XYZ42.3260.6923.12-
YUV189.0381.14103.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.88%
GREEN value IS 223 (87.5% from 255) = 46.17%
BLUE value IS 106 (41.80% from 255) = 21.95%
R=31.88%
G=46.17%
B=21.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542231060.3100.520.1395.3864.6464.51
Hex9ADF6A1F034D5f4141
Octal2323371523706415137101101
Binary100110101101111111010101111101101001101101111110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ADF6A; }

 p { color: rgb(154,223,106); }

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

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

 a { background-color: rgb(154,223,106); }

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

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

 span { border-color: rgb(154,223,106); }

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