#9AD95F

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

Shades of Conifer #9AD95F

Tints of Conifer #9AD95F

Color information

#9AD95F (or 0x9AD95F) is unknown color: approx Conifer. HEX triplet: 9A, D9 and 5F. RGB value is (154,217,95). Sum of RGB (Red+Green+Blue) = 154+217+95=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD95F is #6526A0. Grayscale: #B8B8B8. Windows color (decimal): -6629025 or 6281626. OLE color: 6281626.

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

Color convert

RGB15421795-
CMYK0.2900.560.15
HSL90.98º61.62%61.18%-
HSV(B)90.98º56.22%85.1%-
XYZ40.257.3219.77-
YUV184.2677.63106.42-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.05%
GREEN value IS 217 (85.16% from 255) = 46.57%
BLUE value IS 95 (37.5% from 255) = 20.39%
R=33.05%
G=46.57%
B=20.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154217950.2900.560.1590.9861.6261.18
Hex9AD95F1D038F5b3e3d
Octal23233113735070171337675
Binary1001101011011001101111111101011100011111011011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,217,95); }

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

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

 a { background-color: rgb(154,217,95); }

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

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

 span { border-color: rgb(154,217,95); }

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