Html Css Color HEX #9FD865 Conifer

📋 copy color: '#9FD865'

red 159 ◦ green 216 ◦ blue 101

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

Shades of Conifer #9FD865

Tints of Conifer #9FD865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.22%

R = 33.4%
G = 45.38%
B = 21.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#9FD865 (or 0x9FD865) is known color: Conifer. HEX triplet: 9F, D8 and 65. RGB value is (159,216,101). Sum of RGB (Red+Green+Blue) = 159+216+101=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 216 (84.77% from 255 or 45.38% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD865 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD865 is #60279A. Grayscale: #BABABA. Windows color (decimal): -6301595 or 6674591. OLE color: 6674591.

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

Color convert

RGB 159 216 101 -
CMYK 0.26 0 0.53 0.15
HSL 89.74º 0.6% 0.62% -
HSV(B) 89.74º 0.53% 0.85% -
XYZ 41.2 57.42 21.22 -
YUV 185.85 80.12 108.85 -
System Red Green Blue C M Y K H S L
Decimal 159 216 101 0.26 0 0.53 0.15 89.74 0.6 0.62
Hex 9F D8 65 1A 0 35 F 5A 3C 3E
Octal 237 330 145 32 0 65 17 132 74 76
Binary 10011111 11011000 1100101 11010 0 110101 1111 1011010 111100 111110

Color Harmonies of #9FD865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD865

Black with #9FD865

Text Example


Text Example

White with #9FD865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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