Html Css Color HEX #9FCA5C Conifer

📋 copy color: '#9FCA5C'

red 159 ◦ green 202 ◦ blue 92

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

Shades of Conifer #9FCA5C

Tints of Conifer #9FCA5C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.59%

 BLUE value IS 92 (36.33% from 255) = 20.31%

R = 35.1%
G = 44.59%
B = 20.31%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#9FCA5C (or 0x9FCA5C) is known color: Conifer. HEX triplet: 9F, CA and 5C. RGB value is (159,202,92). Sum of RGB (Red+Green+Blue) = 159+202+92=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCA5C is #6035A3. Grayscale: #B1B1B1. Windows color (decimal): -6305188 or 6081183. OLE color: 6081183.

HSL color Cylindrical-coordinate representation of color #9FCA5C: hue angle of 83.45º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FCA5C is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 202 92 -
CMYK 0.21 0 0.54 0.21
HSL 83.45º 0.51% 0.58% -
HSV(B) 83.45º 0.54% 0.79% -
XYZ 37.35 50.38 17.88 -
YUV 176.6 80.25 115.44 -
System Red Green Blue C M Y K H S L
Decimal 159 202 92 0.21 0 0.54 0.21 83.45 0.51 0.58
Hex 9F CA 5C 15 0 36 15 53 33 3A
Octal 237 312 134 25 0 66 25 123 63 72
Binary 10011111 11001010 1011100 10101 0 110110 10101 1010011 110011 111010

Color Harmonies of #9FCA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCA5C

Black with #9FCA5C

Text Example


Text Example

White with #9FCA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,202,92); }

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

background-color css

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

 a { background-color: rgb(159,202,92); }

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

border-color css

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

 span { border-color: rgb(159,202,92); }

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