Html Css Color HEX #9FCF60 Conifer

📋 copy color: '#9FCF60'

red 159 ◦ green 207 ◦ blue 96

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

Shades of Conifer #9FCF60

Tints of Conifer #9FCF60

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.81%

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

R = 34.42%
G = 44.81%
B = 20.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#9FCF60 (or 0x9FCF60) is known color: Conifer. HEX triplet: 9F, CF and 60. RGB value is (159,207,96). Sum of RGB (Red+Green+Blue) = 159+207+96=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 96 (37.89% from 255 or 20.78% from 462); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCF60 is #60309F. Grayscale: #B4B4B4. Windows color (decimal): -6303904 or 6344607. OLE color: 6344607.

HSL color Cylindrical-coordinate representation of color #9FCF60: hue angle of 85.95º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FCF60 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 207 96 -
CMYK 0.23 0 0.54 0.19
HSL 85.95º 0.54% 0.59% -
HSV(B) 85.95º 0.54% 0.81% -
XYZ 38.72 52.84 19.22 -
YUV 179.99 80.6 113.03 -
System Red Green Blue C M Y K H S L
Decimal 159 207 96 0.23 0 0.54 0.19 85.95 0.54 0.59
Hex 9F CF 60 17 0 36 13 56 36 3B
Octal 237 317 140 27 0 66 23 126 66 73
Binary 10011111 11001111 1100000 10111 0 110110 10011 1010110 110110 111011

Color Harmonies of #9FCF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCF60

Black with #9FCF60

Text Example


Text Example

White with #9FCF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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