Html Css Color HEX #9FDF60 Conifer

📋 copy color: '#9FDF60'

red 159 ◦ green 223 ◦ blue 96

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

Shades of Conifer #9FDF60

Tints of Conifer #9FDF60

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.65%

 BLUE value IS 96 (37.89% from 255) = 20.08%

R = 33.26%
G = 46.65%
B = 20.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#9FDF60 (or 0x9FDF60) is known color: Conifer. HEX triplet: 9F, DF and 60. RGB value is (159,223,96). Sum of RGB (Red+Green+Blue) = 159+223+96=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 96 (37.89% from 255 or 20.08% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDF60 is #60209F. Grayscale: #BDBDBD. Windows color (decimal): -6299808 or 6348703. OLE color: 6348703.

HSL color Cylindrical-coordinate representation of color #9FDF60: hue angle of 90.24º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FDF60 is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 223 96 -
CMYK 0.29 0 0.57 0.13
HSL 90.24º 0.66% 0.63% -
HSV(B) 90.24º 0.57% 0.87% -
XYZ 42.8 60.99 20.58 -
YUV 189.39 75.3 106.33 -
System Red Green Blue C M Y K H S L
Decimal 159 223 96 0.29 0 0.57 0.13 90.24 0.66 0.63
Hex 9F DF 60 1D 0 39 D 5A 42 3F
Octal 237 337 140 35 0 71 15 132 102 77
Binary 10011111 11011111 1100000 11101 0 111001 1101 1011010 1000010 111111

Color Harmonies of #9FDF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDF60

Black with #9FDF60

Text Example


Text Example

White with #9FDF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,223,96); }

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

background-color css

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

 a { background-color: rgb(159,223,96); }

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

border-color css

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

 span { border-color: rgb(159,223,96); }

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