Html Css Color HEX #01B860 Jade

📋 copy color: '#01B860'

red 1 ◦ green 184 ◦ blue 96

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

Shades of Jade #01B860

Tints of Jade #01B860

RGB

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

 GREEN value IS 184 (72.27% from 255) = 65.48%

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

R = 0.36%
G = 65.48%
B = 34.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#01B860 (or 0x01B860) is known color: Jade. HEX triplet: 01, B8 and 60. RGB value is (1,184,96). Sum of RGB (Red+Green+Blue) = 1+184+96=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 184 (72.27% from 255 or 65.48% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 184 - color contains mainly: green. Hex color #01B860 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B860 is #FE479F. Grayscale: #777777. Windows color (decimal): -16664480 or 6338561. OLE color: 6338561.

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

Color convert

RGB 1 184 96 -
CMYK 0.99 0 0.48 0.28
HSL 151.15º 0.99% 0.36% -
HSV(B) 151.15º 0.99% 0.72% -
XYZ 19.26 35.13 16.83 -
YUV 119.25 114.87 43.66 -
System Red Green Blue C M Y K H S L
Decimal 1 184 96 0.99 0 0.48 0.28 151.15 0.99 0.36
Hex 1 B8 60 63 0 30 1C 97 63 24
Octal 1 270 140 143 0 60 34 227 143 44
Binary 1 10111000 1100000 1100011 0 110000 11100 10010111 1100011 100100

Color Harmonies of #01B860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B860

Black with #01B860

Text Example


Text Example

White with #01B860

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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