Html Css Color HEX #9BD960 Conifer

📋 copy color: '#9BD960'

red 155 ◦ green 217 ◦ blue 96

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

Shades of Conifer #9BD960

Tints of Conifer #9BD960

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.37%

 BLUE value IS 96 (37.89% from 255) = 20.51%

R = 33.12%
G = 46.37%
B = 20.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#9BD960 (or 0x9BD960) is known color: Conifer. HEX triplet: 9B, D9 and 60. RGB value is (155,217,96). Sum of RGB (Red+Green+Blue) = 155+217+96=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 217 (85.16% from 255 or 46.37% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD960 is #64269F. Grayscale: #B9B9B9. Windows color (decimal): -6563488 or 6347163. OLE color: 6347163.

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

Color convert

RGB 155 217 96 -
CMYK 0.29 0 0.56 0.15
HSL 90.74º 0.61% 0.61% -
HSV(B) 90.74º 0.56% 0.85% -
XYZ 40.44 57.44 20.02 -
YUV 184.67 77.96 106.84 -
System Red Green Blue C M Y K H S L
Decimal 155 217 96 0.29 0 0.56 0.15 90.74 0.61 0.61
Hex 9B D9 60 1D 0 38 F 5B 3D 3D
Octal 233 331 140 35 0 70 17 133 75 75
Binary 10011011 11011001 1100000 11101 0 111000 1111 1011011 111101 111101

Color Harmonies of #9BD960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD960

Black with #9BD960

Text Example


Text Example

White with #9BD960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,217,96); }

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

background-color css

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

 a { background-color: rgb(155,217,96); }

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

border-color css

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

 span { border-color: rgb(155,217,96); }

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