Html Css Color HEX #9FD65D Conifer

📋 copy color: '#9FD65D'

red 159 ◦ green 214 ◦ blue 93

#9FD65D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #9FD65D

Tints of Conifer #9FD65D

RGB

 RED value IS 159 (62.5% from 255) = 34.12%

 GREEN value IS 214 (83.98% from 255) = 45.92%

 BLUE value IS 93 (36.72% from 255) = 19.96%

R = 34.12%
G = 45.92%
B = 19.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#9FD65D (or 0x9FD65D) is known color: Conifer. HEX triplet: 9F, D6 and 5D. RGB value is (159,214,93). Sum of RGB (Red+Green+Blue) = 159+214+93=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD65D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD65D is #6029A2. Grayscale: #B8B8B8. Windows color (decimal): -6302115 or 6149791. OLE color: 6149791.

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

Color convert

RGB 159 214 93 -
CMYK 0.26 0 0.57 0.16
HSL 87.27º 0.6% 0.6% -
HSV(B) 87.27º 0.57% 0.84% -
XYZ 40.32 56.25 19.09 -
YUV 183.76 76.78 110.34 -
System Red Green Blue C M Y K H S L
Decimal 159 214 93 0.26 0 0.57 0.16 87.27 0.6 0.6
Hex 9F D6 5D 1A 0 39 10 57 3C 3C
Octal 237 326 135 32 0 71 20 127 74 74
Binary 10011111 11010110 1011101 11010 0 111001 10000 1010111 111100 111100

Color Harmonies of #9FD65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD65D

Black with #9FD65D

Text Example


Text Example

White with #9FD65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FD65D;
 }
 .AnyTagClassName
 {
   color: #9FD65D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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