#9ADF56

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

Shades of Conifer #9ADF56

Tints of Conifer #9ADF56

Color information

#9ADF56 (or 0x9ADF56) is unknown color: approx Conifer. HEX triplet: 9A, DF and 56. RGB value is (154,223,86). Sum of RGB (Red+Green+Blue) = 154+223+86=463 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.26% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADF56 is #6520A9. Grayscale: #BBBBBB. Windows color (decimal): -6627498 or 5693338. OLE color: 5693338.

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

Color convert

RGB15422386-
CMYK0.3100.610.13
HSL90.22º68.16%60.59%-
HSV(B)90.22º61.43%87.45%-
XYZ41.3960.3218.26-
YUV186.7571.14104.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.26%
GREEN value IS 223 (87.5% from 255) = 48.16%
BLUE value IS 86 (33.98% from 255) = 18.57%
R=33.26%
G=48.16%
B=18.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154223860.3100.610.1390.2268.1660.59
Hex9ADF561F03DD5a443d
Octal232337126370751513210475
Binary10011010110111111010110111110111101110110110101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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