#9AD762

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

Shades of Conifer #9AD762

Tints of Conifer #9AD762

Color information

#9AD762 (or 0x9AD762) is unknown color: approx Conifer. HEX triplet: 9A, D7 and 62. RGB value is (154,215,98). Sum of RGB (Red+Green+Blue) = 154+215+98=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 215 (84.38% from 255 or 46.04% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 215 - color contains mainly: green. Hex color #9AD762 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD762 is #65289D. Grayscale: #B7B7B7. Windows color (decimal): -6629534 or 6477722. OLE color: 6477722.

HSL color Cylindrical-coordinate representation of color #9AD762: hue angle of 91.28º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9AD762 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB15421598-
CMYK0.2800.540.16
HSL91.28º59.39%61.37%-
HSV(B)91.28º54.42%84.31%-
XYZ39.8356.3520.33-
YUV183.4279.79107.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.98%
GREEN value IS 215 (84.38% from 255) = 46.04%
BLUE value IS 98 (38.67% from 255) = 20.99%
R=32.98%
G=46.04%
B=20.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal154215980.2800.540.1691.2859.3961.37
Hex9AD7621C036105b3b3d
Octal23232714234066201337375
Binary10011010110101111100010111000110110100001011011111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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