Html Css Color HEX #01B56F Jade

📋 copy color: '#01B56F'

red 1 ◦ green 181 ◦ blue 111

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

Shades of Jade #01B56F

Tints of Jade #01B56F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 61.77%

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

R = 0.34%
G = 61.77%
B = 37.88%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#01B56F (or 0x01B56F) is known color: Jade. HEX triplet: 01, B5 and 6F. RGB value is (1,181,111). Sum of RGB (Red+Green+Blue) = 1+181+111=293 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 293); Green value is 181 (71.09% from 255 or 61.77% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 181 - color contains mainly: green. Hex color #01B56F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B56F is #FE4A90. Grayscale: #777777. Windows color (decimal): -16665233 or 7320833. OLE color: 7320833.

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

Color convert

RGB 1 181 111 -
CMYK 0.99 0 0.39 0.29
HSL 156.67º 0.99% 0.36% -
HSV(B) 156.67º 0.99% 0.71% -
XYZ 19.41 34.2 20.62 -
YUV 119.2 123.37 43.69 -
System Red Green Blue C M Y K H S L
Decimal 1 181 111 0.99 0 0.39 0.29 156.67 0.99 0.36
Hex 1 B5 6F 63 0 27 1D 9D 63 24
Octal 1 265 157 143 0 47 35 235 143 44
Binary 1 10110101 1101111 1100011 0 100111 11101 10011101 1100011 100100

Color Harmonies of #01B56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B56F

Black with #01B56F

Text Example


Text Example

White with #01B56F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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