#9AD65D

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

Shades of Conifer #9AD65D

Tints of Conifer #9AD65D

Color information

#9AD65D (or 0x9AD65D) is unknown color: approx Conifer. HEX triplet: 9A, D6 and 5D. RGB value is (154,214,93). Sum of RGB (Red+Green+Blue) = 154+214+93=461 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.41% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD65D is #6529A2. Grayscale: #B6B6B6. Windows color (decimal): -6629795 or 6149786. OLE color: 6149786.

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

Color convert

RGB15421493-
CMYK0.2800.570.16
HSL89.75º59.61%60.2%-
HSV(B)89.75º56.54%83.92%-
XYZ39.3555.7519.04-
YUV182.2777.62107.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.41%
GREEN value IS 214 (83.98% from 255) = 46.42%
BLUE value IS 93 (36.72% from 255) = 20.17%
R=33.41%
G=46.42%
B=20.17%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal154214930.2800.570.1689.7559.6160.2
Hex9AD65D1C039105a3c3c
Octal23232613534071201327474
Binary10011010110101101011101111000111001100001011010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,214,93); }

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

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

 a { background-color: rgb(154,214,93); }

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

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

 span { border-color: rgb(154,214,93); }

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