Html Css Color HEX #01B76F Jade

📋 copy color: '#01B76F'

red 1 ◦ green 183 ◦ blue 111

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

Shades of Jade #01B76F

Tints of Jade #01B76F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 62.03%

 BLUE value IS 111 (43.75% from 255) = 37.63%

R = 0.34%
G = 62.03%
B = 37.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#01B76F (or 0x01B76F) is known color: Jade. HEX triplet: 01, B7 and 6F. RGB value is (1,183,111). Sum of RGB (Red+Green+Blue) = 1+183+111=295 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 295); Green value is 183 (71.88% from 255 or 62.03% from 295); Blue value is 111 (43.75% from 255 or 37.63% from 295); Max value from RGB is 183 - color contains mainly: green. Hex color #01B76F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B76F is #FE4890. Grayscale: #787878. Windows color (decimal): -16664721 or 7321345. OLE color: 7321345.

HSL color Cylindrical-coordinate representation of color #01B76F: hue angle of 156.26º 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 #01B76F is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 1 183 111 -
CMYK 0.99 0 0.39 0.28
HSL 156.26º 0.99% 0.36% -
HSV(B) 156.26º 0.99% 0.72% -
XYZ 19.82 35.02 20.75 -
YUV 120.37 122.7 42.85 -
System Red Green Blue C M Y K H S L
Decimal 1 183 111 0.99 0 0.39 0.28 156.26 0.99 0.36
Hex 1 B7 6F 63 0 27 1C 9C 63 24
Octal 1 267 157 143 0 47 34 234 143 44
Binary 1 10110111 1101111 1100011 0 100111 11100 10011100 1100011 100100

Color Harmonies of #01B76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B76F

Black with #01B76F

Text Example


Text Example

White with #01B76F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,183,111); }

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

background-color css

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

 a { background-color: rgb(1,183,111); }

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

border-color css

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

 span { border-color: rgb(1,183,111); }

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