#9AD862

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

Shades of Conifer #9AD862

Tints of Conifer #9AD862

Color information

#9AD862 (or 0x9AD862) is unknown color: approx Conifer. HEX triplet: 9A, D8 and 62. RGB value is (154,216,98). Sum of RGB (Red+Green+Blue) = 154+216+98=468 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.91% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 98 (38.67% from 255 or 20.94% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD862 is #65279D. Grayscale: #B8B8B8. Windows color (decimal): -6629278 or 6477978. OLE color: 6477978.

HSL color Cylindrical-coordinate representation of color #9AD862: hue angle of 91.53º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9AD862 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB15421698-
CMYK0.2900.550.15
HSL91.53º60.2%61.57%-
HSV(B)91.53º54.63%84.71%-
XYZ40.0956.8620.42-
YUV184.0179.46106.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.91%
GREEN value IS 216 (84.77% from 255) = 46.15%
BLUE value IS 98 (38.67% from 255) = 20.94%
R=32.91%
G=46.15%
B=20.94%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154216980.2900.550.1591.5360.261.57
Hex9AD8621D037F5c3c3e
Octal23233014235067171347476
Binary1001101011011000110001011101011011111111011100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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