Html Css Color HEX #9BF760 Conifer

📋 copy color: '#9BF760'

red 155 ◦ green 247 ◦ blue 96

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

Shades of Conifer #9BF760

Tints of Conifer #9BF760

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.6%

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

R = 31.12%
G = 49.6%
B = 19.28%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#9BF760 (or 0x9BF760) is known color: Conifer. HEX triplet: 9B, F7 and 60. RGB value is (155,247,96). Sum of RGB (Red+Green+Blue) = 155+247+96=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF760 is #64089F. Grayscale: #CACACA. Windows color (decimal): -6555808 or 6354843. OLE color: 6354843.

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

Color convert

RGB 155 247 96 -
CMYK 0.37 0 0.61 0.03
HSL 96.56º 0.9% 0.67% -
HSV(B) 96.56º 0.61% 0.97% -
XYZ 48.89 74.33 22.84 -
YUV 202.28 68.02 94.28 -
System Red Green Blue C M Y K H S L
Decimal 155 247 96 0.37 0 0.61 0.03 96.56 0.9 0.67
Hex 9B F7 60 25 0 3D 3 61 5A 43
Octal 233 367 140 45 0 75 3 141 132 103
Binary 10011011 11110111 1100000 100101 0 111101 11 1100001 1011010 1000011

Color Harmonies of #9BF760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF760

Black with #9BF760

Text Example


Text Example

White with #9BF760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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