#9AD25B

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

Shades of Conifer #9AD25B

Tints of Conifer #9AD25B

Color information

#9AD25B (or 0x9AD25B) is unknown color: approx Conifer. HEX triplet: 9A, D2 and 5B. RGB value is (154,210,91). Sum of RGB (Red+Green+Blue) = 154+210+91=455 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.85% from 455); Green value is 210 (82.42% from 255 or 46.15% from 455); Blue value is 91 (35.94% from 255 or 20% from 455); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD25B is #652DA4. Grayscale: #B4B4B4. Windows color (decimal): -6630821 or 6017690. OLE color: 6017690.

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

Color convert

RGB15421091-
CMYK0.2700.570.18
HSL88.24º56.94%59.02%-
HSV(B)88.24º56.67%82.35%-
XYZ38.2653.7218.25-
YUV179.6977.95109.68-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.85%
GREEN value IS 210 (82.42% from 255) = 46.15%
BLUE value IS 91 (35.94% from 255) = 20%
R=33.85%
G=46.15%
B=20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154210910.2700.570.1888.2456.9459.02
Hex9AD25B1B0391258393b
Octal23232213333071221307173
Binary10011010110100101011011110110111001100101011000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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