#9ADF50

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

Shades of Conifer #9ADF50

Tints of Conifer #9ADF50

Color information

#9ADF50 (or 0x9ADF50) is unknown color: approx Conifer. HEX triplet: 9A, DF and 50. RGB value is (154,223,80). Sum of RGB (Red+Green+Blue) = 154+223+80=457 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.70% from 457); Green value is 223 (87.5% from 255 or 48.80% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADF50 is #6520AF. Grayscale: #BABABA. Windows color (decimal): -6627504 or 5300122. OLE color: 5300122.

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

Color convert

RGB15422380-
CMYK0.3100.640.13
HSL88.95º69.08%59.41%-
HSV(B)88.95º64.13%87.45%-
XYZ41.1660.2217.04-
YUV186.0768.14105.13-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.70%
GREEN value IS 223 (87.5% from 255) = 48.80%
BLUE value IS 80 (31.64% from 255) = 17.51%
R=33.70%
G=48.80%
B=17.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154223800.3100.640.1388.9569.0859.41
Hex9ADF501F040D59453b
Octal2323371203701001513110573
Binary100110101101111110100001111101000000110110110011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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