Html Css Color HEX #9FCC55 Conifer

📋 copy color: '#9FCC55'

red 159 ◦ green 204 ◦ blue 85

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

Shades of Conifer #9FCC55

Tints of Conifer #9FCC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.97%

R = 35.49%
G = 45.54%
B = 18.97%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#9FCC55 (or 0x9FCC55) is known color: Conifer. HEX triplet: 9F, CC and 55. RGB value is (159,204,85). Sum of RGB (Red+Green+Blue) = 159+204+85=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #9FCC55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCC55 is #6033AA. Grayscale: #B1B1B1. Windows color (decimal): -6304683 or 5622943. OLE color: 5622943.

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

Color convert

RGB 159 204 85 -
CMYK 0.22 0 0.58 0.2
HSL 82.69º 0.54% 0.57% -
HSV(B) 82.69º 0.58% 0.8% -
XYZ 37.53 51.21 16.5 -
YUV 176.98 76.09 115.18 -
System Red Green Blue C M Y K H S L
Decimal 159 204 85 0.22 0 0.58 0.2 82.69 0.54 0.57
Hex 9F CC 55 16 0 3A 14 53 36 39
Octal 237 314 125 26 0 72 24 123 66 71
Binary 10011111 11001100 1010101 10110 0 111010 10100 1010011 110110 111001

Color Harmonies of #9FCC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCC55

Black with #9FCC55

Text Example


Text Example

White with #9FCC55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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