#9AD25E

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

Shades of Conifer #9AD25E

Tints of Conifer #9AD25E

Color information

#9AD25E (or 0x9AD25E) is unknown color: approx Conifer. HEX triplet: 9A, D2 and 5E. RGB value is (154,210,94). Sum of RGB (Red+Green+Blue) = 154+210+94=458 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.62% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD25E is #652DA1. Grayscale: #B4B4B4. Windows color (decimal): -6630818 or 6214298. OLE color: 6214298.

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

Color convert

RGB15421094-
CMYK0.2700.550.18
HSL88.97º56.31%59.61%-
HSV(B)88.97º55.24%82.35%-
XYZ38.3953.7718.95-
YUV180.0379.45109.43-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.62%
GREEN value IS 210 (82.42% from 255) = 45.85%
BLUE value IS 94 (37.11% from 255) = 20.52%
R=33.62%
G=45.85%
B=20.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154210940.2700.550.1888.9756.3159.61
Hex9AD25E1B0371259383c
Octal23232213633067221317074
Binary10011010110100101011110110110110111100101011001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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