Html Css Color HEX #01B960 Jade

📋 copy color: '#01B960'

red 1 ◦ green 185 ◦ blue 96

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

Shades of Jade #01B960

Tints of Jade #01B960

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

 GREEN value IS 185 (72.66% from 255) = 65.6%

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

R = 0.35%
G = 65.6%
B = 34.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#01B960 (or 0x01B960) is known color: Jade. HEX triplet: 01, B9 and 60. RGB value is (1,185,96). Sum of RGB (Red+Green+Blue) = 1+185+96=282 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 282); Green value is 185 (72.66% from 255 or 65.60% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 185 - color contains mainly: green. Hex color #01B960 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B960 is #FE469F. Grayscale: #787878. Windows color (decimal): -16664224 or 6338817. OLE color: 6338817.

HSL color Cylindrical-coordinate representation of color #01B960: hue angle of 150.98º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B960 is Cyan = 0.99, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 185 96 -
CMYK 0.99 0 0.48 0.27
HSL 150.98º 0.99% 0.36% -
HSV(B) 150.98º 0.99% 0.73% -
XYZ 19.47 35.55 16.9 -
YUV 119.84 114.54 43.24 -
System Red Green Blue C M Y K H S L
Decimal 1 185 96 0.99 0 0.48 0.27 150.98 0.99 0.36
Hex 1 B9 60 63 0 30 1B 97 63 24
Octal 1 271 140 143 0 60 33 227 143 44
Binary 1 10111001 1100000 1100011 0 110000 11011 10010111 1100011 100100

Color Harmonies of #01B960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B960

Black with #01B960

Text Example


Text Example

White with #01B960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01B960; }

 p { color: rgb(1,185,96); }

 H1.HeaderClassName
 {
   color: #01B960;
 }
 .AnyTagClassName
 {
   color: #01B960;
 }
</style>

background-color css

<style>
 a { background-color: #01B960; }

 a { background-color: rgb(1,185,96); }

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

border-color css

<style>
 span { border-color: #01B960; }

 span { border-color: rgb(1,185,96); }

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