Html Css Color HEX #9FD85C Conifer

📋 copy color: '#9FD85C'

red 159 ◦ green 216 ◦ blue 92

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

Shades of Conifer #9FD85C

Tints of Conifer #9FD85C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.25%

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

R = 34.05%
G = 46.25%
B = 19.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#9FD85C (or 0x9FD85C) is known color: Conifer. HEX triplet: 9F, D8 and 5C. RGB value is (159,216,92). Sum of RGB (Red+Green+Blue) = 159+216+92=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 216 (84.77% from 255 or 46.25% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD85C is #6027A3. Grayscale: #B9B9B9. Windows color (decimal): -6301604 or 6084767. OLE color: 6084767.

HSL color Cylindrical-coordinate representation of color #9FD85C: hue angle of 87.58º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FD85C is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 216 92 -
CMYK 0.26 0 0.57 0.15
HSL 87.58º 0.61% 0.6% -
HSV(B) 87.58º 0.57% 0.85% -
XYZ 40.79 57.26 19.03 -
YUV 184.82 75.62 109.58 -
System Red Green Blue C M Y K H S L
Decimal 159 216 92 0.26 0 0.57 0.15 87.58 0.61 0.6
Hex 9F D8 5C 1A 0 39 F 58 3D 3C
Octal 237 330 134 32 0 71 17 130 75 74
Binary 10011111 11011000 1011100 11010 0 111001 1111 1011000 111101 111100

Color Harmonies of #9FD85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD85C

Black with #9FD85C

Text Example


Text Example

White with #9FD85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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