Html Css Color HEX #9BDC61 Conifer

📋 copy color: '#9BDC61'

red 155 ◦ green 220 ◦ blue 97

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

Shades of Conifer #9BDC61

Tints of Conifer #9BDC61

RGB

 RED value IS 155 (60.94% from 255) = 32.84%

 GREEN value IS 220 (86.33% from 255) = 46.61%

 BLUE value IS 97 (38.28% from 255) = 20.55%

R = 32.84%
G = 46.61%
B = 20.55%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#9BDC61 (or 0x9BDC61) is known color: Conifer. HEX triplet: 9B, DC and 61. RGB value is (155,220,97). Sum of RGB (Red+Green+Blue) = 155+220+97=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 97 (38.28% from 255 or 20.55% from 472); Max value from RGB is 220 - color contains mainly: green. Hex color #9BDC61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BDC61 is #64239E. Grayscale: #BABABA. Windows color (decimal): -6562719 or 6413467. OLE color: 6413467.

HSL color Cylindrical-coordinate representation of color #9BDC61: hue angle of 91.71º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BDC61 is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 220 97 -
CMYK 0.30 0 0.56 0.14
HSL 91.71º 0.64% 0.62% -
HSV(B) 91.71º 0.56% 0.86% -
XYZ 41.27 59.02 20.53 -
YUV 186.54 77.47 105.5 -
System Red Green Blue C M Y K H S L
Decimal 155 220 97 0.30 0 0.56 0.14 91.71 0.64 0.62
Hex 9B DC 61 1E 0 38 E 5C 40 3E
Octal 233 334 141 36 0 70 16 134 100 76
Binary 10011011 11011100 1100001 11110 0 111000 1110 1011100 1000000 111110

Color Harmonies of #9BDC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDC61

Black with #9BDC61

Text Example


Text Example

White with #9BDC61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,220,97); }

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

background-color css

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

 a { background-color: rgb(155,220,97); }

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

border-color css

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

 span { border-color: rgb(155,220,97); }

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