#9ADD62

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

Shades of Conifer #9ADD62

Tints of Conifer #9ADD62

Color information

#9ADD62 (or 0x9ADD62) is unknown color: approx Conifer. HEX triplet: 9A, DD and 62. RGB value is (154,221,98). Sum of RGB (Red+Green+Blue) = 154+221+98=473 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.56% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADD62 is #65229D. Grayscale: #BBBBBB. Windows color (decimal): -6627998 or 6479258. OLE color: 6479258.

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

Color convert

RGB15422198-
CMYK0.3000.560.13
HSL92.68º64.4%62.55%-
HSV(B)92.68º55.66%86.67%-
XYZ41.3959.4620.85-
YUV186.9477.8104.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.56%
GREEN value IS 221 (86.72% from 255) = 46.72%
BLUE value IS 98 (38.67% from 255) = 20.72%
R=32.56%
G=46.72%
B=20.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal154221980.3000.560.1392.6864.462.55
Hex9ADD621E038D5d403f
Octal232335142360701513510077
Binary10011010110111011100010111100111000110110111011000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADD62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,221,98); }

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

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

 a { background-color: rgb(154,221,98); }

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

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

 span { border-color: rgb(154,221,98); }

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