#9AD855

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

Shades of Conifer #9AD855

Tints of Conifer #9AD855

Color information

#9AD855 (or 0x9AD855) is unknown color: approx Conifer. HEX triplet: 9A, D8 and 55. RGB value is (154,216,85). Sum of RGB (Red+Green+Blue) = 154+216+85=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 216 (84.77% from 255 or 47.47% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD855 is #6527AA. Grayscale: #B6B6B6. Windows color (decimal): -6629291 or 5626010. OLE color: 5626010.

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

Color convert

RGB15421685-
CMYK0.2900.610.15
HSL88.4º62.68%59.02%-
HSV(B)88.4º60.65%84.71%-
XYZ39.5256.6417.44-
YUV182.5372.96107.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.85%
GREEN value IS 216 (84.77% from 255) = 47.47%
BLUE value IS 85 (33.59% from 255) = 18.68%
R=33.85%
G=47.47%
B=18.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal154216850.2900.610.1588.462.6859.02
Hex9AD8551D03DF583f3b
Octal23233012535075171307773
Binary1001101011011000101010111101011110111111011000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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