Html Css Color HEX #9BF660 Conifer

📋 copy color: '#9BF660'

red 155 ◦ green 246 ◦ blue 96

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

Shades of Conifer #9BF660

Tints of Conifer #9BF660

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.5%

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

R = 31.19%
G = 49.5%
B = 19.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#9BF660 (or 0x9BF660) is known color: Conifer. HEX triplet: 9B, F6 and 60. RGB value is (155,246,96). Sum of RGB (Red+Green+Blue) = 155+246+96=497 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.19% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF660 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF660 is #64099F. Grayscale: #CACACA. Windows color (decimal): -6556064 or 6354587. OLE color: 6354587.

HSL color Cylindrical-coordinate representation of color #9BF660: hue angle of 96.4º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BF660 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 155 246 96 -
CMYK 0.37 0 0.61 0.04
HSL 96.4º 0.89% 0.67% -
HSV(B) 96.4º 0.61% 0.96% -
XYZ 48.58 73.72 22.74 -
YUV 201.69 68.35 94.7 -
System Red Green Blue C M Y K H S L
Decimal 155 246 96 0.37 0 0.61 0.04 96.4 0.89 0.67
Hex 9B F6 60 25 0 3D 4 60 59 43
Octal 233 366 140 45 0 75 4 140 131 103
Binary 10011011 11110110 1100000 100101 0 111101 100 1100000 1011001 1000011

Color Harmonies of #9BF660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF660

Black with #9BF660

Text Example


Text Example

White with #9BF660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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