#9AD65C

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

Shades of Conifer #9AD65C

Tints of Conifer #9AD65C

Color information

#9AD65C (or 0x9AD65C) is unknown color: approx Conifer. HEX triplet: 9A, D6 and 5C. RGB value is (154,214,92). Sum of RGB (Red+Green+Blue) = 154+214+92=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 214 (83.98% from 255 or 46.52% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 214 - color contains mainly: green. Hex color #9AD65C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD65C is #6529A3. Grayscale: #B6B6B6. Windows color (decimal): -6629796 or 6084250. OLE color: 6084250.

HSL color Cylindrical-coordinate representation of color #9AD65C: hue angle of 89.51º 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 #9AD65C is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB15421492-
CMYK0.2800.570.16
HSL89.51º59.8%60%-
HSV(B)89.51º57.01%83.92%-
XYZ39.355.7418.81-
YUV182.1577.12107.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.48%
GREEN value IS 214 (83.98% from 255) = 46.52%
BLUE value IS 92 (36.33% from 255) = 20%
R=33.48%
G=46.52%
B=20%

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
Decimal154214920.2800.570.1689.5159.860
Hex9AD65C1C039105a3c3c
Octal23232613434071201327474
Binary10011010110101101011100111000111001100001011010111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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