#9FD65E

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

Shades of Conifer #9FD65E

Tints of Conifer #9FD65E

Color information

#9FD65E (or 0x9FD65E) is unknown color: approx Conifer. HEX triplet: 9F, D6 and 5E. RGB value is (159,214,94). Sum of RGB (Red+Green+Blue) = 159+214+94=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD65E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD65E is #6029A1. Grayscale: #B8B8B8. Windows color (decimal): -6302114 or 6215327. OLE color: 6215327.

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

Color convert

RGB15921494-
CMYK0.2600.560.16
HSL87.5º59.41%60.39%-
HSV(B)87.5º56.07%83.92%-
XYZ40.3756.2719.32-
YUV183.8877.28110.26-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.05%
GREEN value IS 214 (83.98% from 255) = 45.82%
BLUE value IS 94 (37.11% from 255) = 20.13%
R=34.05%
G=45.82%
B=20.13%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal159214940.2600.560.1687.559.4160.39
Hex9FD65E1A03810583b3c
Octal23732613632070201307374
Binary10011111110101101011110110100111000100001011000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD65E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,214,94); }

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

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

 a { background-color: rgb(159,214,94); }

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

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

 span { border-color: rgb(159,214,94); }

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