#9AD05B

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

Shades of Conifer #9AD05B

Tints of Conifer #9AD05B

Color information

#9AD05B (or 0x9AD05B) is unknown color: approx Conifer. HEX triplet: 9A, D0 and 5B. RGB value is (154,208,91). Sum of RGB (Red+Green+Blue) = 154+208+91=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD05B is #652FA4. Grayscale: #B2B2B2. Windows color (decimal): -6631333 or 6017178. OLE color: 6017178.

HSL color Cylindrical-coordinate representation of color #9AD05B: hue angle of 87.69º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9AD05B is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB15420891-
CMYK0.2600.560.18
HSL87.69º55.45%58.63%-
HSV(B)87.69º56.25%81.57%-
XYZ37.7752.7418.09-
YUV178.5278.61110.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.00%
GREEN value IS 208 (81.64% from 255) = 45.92%
BLUE value IS 91 (35.94% from 255) = 20.09%
R=34.00%
G=45.92%
B=20.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154208910.2600.560.1887.6955.4558.63
Hex9AD05B1A0381258373b
Octal23232013332070221306773
Binary10011010110100001011011110100111000100101011000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,208,91); }

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

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

 a { background-color: rgb(154,208,91); }

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

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

 span { border-color: rgb(154,208,91); }

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