Html Css Color HEX #9FCC5B Conifer

📋 copy color: '#9FCC5B'

red 159 ◦ green 204 ◦ blue 91

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

Shades of Conifer #9FCC5B

Tints of Conifer #9FCC5B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 44.93%

 BLUE value IS 91 (35.94% from 255) = 20.04%

R = 35.02%
G = 44.93%
B = 20.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.2

RGB Variations

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

Color information

#9FCC5B (or 0x9FCC5B) is known color: Conifer. HEX triplet: 9F, CC and 5B. RGB value is (159,204,91). Sum of RGB (Red+Green+Blue) = 159+204+91=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 204 (80.08% from 255 or 44.93% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCC5B is #6033A4. Grayscale: #B2B2B2. Windows color (decimal): -6304677 or 6016159. OLE color: 6016159.

HSL color Cylindrical-coordinate representation of color #9FCC5B: hue angle of 83.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FCC5B is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB 159 204 91 -
CMYK 0.22 0 0.55 0.2
HSL 83.89º 0.53% 0.58% -
HSV(B) 83.89º 0.55% 0.8% -
XYZ 37.78 51.31 17.81 -
YUV 177.66 79.09 114.69 -
System Red Green Blue C M Y K H S L
Decimal 159 204 91 0.22 0 0.55 0.2 83.89 0.53 0.58
Hex 9F CC 5B 16 0 37 14 54 35 3A
Octal 237 314 133 26 0 67 24 124 65 72
Binary 10011111 11001100 1011011 10110 0 110111 10100 1010100 110101 111010

Color Harmonies of #9FCC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCC5B

Black with #9FCC5B

Text Example


Text Example

White with #9FCC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,204,91); }

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

background-color css

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

 a { background-color: rgb(159,204,91); }

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

border-color css

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

 span { border-color: rgb(159,204,91); }

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