#9AD85E

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

Shades of Conifer #9AD85E

Tints of Conifer #9AD85E

Color information

#9AD85E (or 0x9AD85E) is unknown color: approx Conifer. HEX triplet: 9A, D8 and 5E. RGB value is (154,216,94). Sum of RGB (Red+Green+Blue) = 154+216+94=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 216 (84.77% from 255 or 46.55% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD85E is #6527A1. Grayscale: #B7B7B7. Windows color (decimal): -6629282 or 6215834. OLE color: 6215834.

HSL color Cylindrical-coordinate representation of color #9AD85E: hue angle of 90.49º degrees, saturation: 0.61, 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 #9AD85E is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB15421694-
CMYK0.2900.560.15
HSL90.49º61%60.78%-
HSV(B)90.49º56.48%84.71%-
XYZ39.956.7919.45-
YUV183.5577.46106.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.19%
GREEN value IS 216 (84.77% from 255) = 46.55%
BLUE value IS 94 (37.11% from 255) = 20.26%
R=33.19%
G=46.55%
B=20.26%

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
Decimal154216940.2900.560.1590.496160.78
Hex9AD85E1D038F5a3d3d
Octal23233013635070171327575
Binary1001101011011000101111011101011100011111011010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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