Html Css Color HEX #9FD655 Conifer

📋 copy color: '#9FD655'

red 159 ◦ green 214 ◦ blue 85

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

Shades of Conifer #9FD655

Tints of Conifer #9FD655

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.72%

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

R = 34.72%
G = 46.72%
B = 18.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#9FD655 (or 0x9FD655) is known color: Conifer. HEX triplet: 9F, D6 and 55. RGB value is (159,214,85). Sum of RGB (Red+Green+Blue) = 159+214+85=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 214 (83.98% from 255 or 46.72% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD655 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD655 is #6029AA. Grayscale: #B7B7B7. Windows color (decimal): -6302123 or 5625503. OLE color: 5625503.

HSL color Cylindrical-coordinate representation of color #9FD655: hue angle of 85.58º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FD655 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 214 85 -
CMYK 0.26 0 0.60 0.16
HSL 85.58º 0.61% 0.59% -
HSV(B) 85.58º 0.6% 0.84% -
XYZ 39.98 56.12 17.32 -
YUV 182.85 72.78 110.99 -
System Red Green Blue C M Y K H S L
Decimal 159 214 85 0.26 0 0.60 0.16 85.58 0.61 0.59
Hex 9F D6 55 1A 0 3C 10 56 3D 3B
Octal 237 326 125 32 0 74 20 126 75 73
Binary 10011111 11010110 1010101 11010 0 111100 10000 1010110 111101 111011

Color Harmonies of #9FD655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD655

Black with #9FD655

Text Example


Text Example

White with #9FD655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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