#9AD55E

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

Shades of Conifer #9AD55E

Tints of Conifer #9AD55E

Color information

#9AD55E (or 0x9AD55E) is unknown color: approx Conifer. HEX triplet: 9A, D5 and 5E. RGB value is (154,213,94). Sum of RGB (Red+Green+Blue) = 154+213+94=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD55E is #652AA1. Grayscale: #B6B6B6. Windows color (decimal): -6630050 or 6215066. OLE color: 6215066.

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

Color convert

RGB15421394-
CMYK0.2800.560.16
HSL89.75º58.62%60.2%-
HSV(B)89.75º55.87%83.53%-
XYZ39.1455.2719.19-
YUV181.7978.45108.18-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.41%
GREEN value IS 213 (83.59% from 255) = 46.20%
BLUE value IS 94 (37.11% from 255) = 20.39%
R=33.41%
G=46.20%
B=20.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal154213940.2800.560.1689.7558.6260.2
Hex9AD55E1C038105a3b3c
Octal23232513634070201327374
Binary10011010110101011011110111000111000100001011010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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