Html Css Color HEX #01B47C Jade

📋 copy color: '#01B47C'

red 1 ◦ green 180 ◦ blue 124

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

Shades of Jade #01B47C

Tints of Jade #01B47C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 59.02%

 BLUE value IS 124 (48.83% from 255) = 40.66%

R = 0.33%
G = 59.02%
B = 40.66%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#01B47C (or 0x01B47C) is known color: Jade. HEX triplet: 01, B4 and 7C. RGB value is (1,180,124). Sum of RGB (Red+Green+Blue) = 1+180+124=305 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 305); Green value is 180 (70.70% from 255 or 59.02% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 180 - color contains mainly: green. Hex color #01B47C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B47C is #FE4B83. Grayscale: #787878. Windows color (decimal): -16665476 or 8172545. OLE color: 8172545.

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

Color convert

RGB 1 180 124 -
CMYK 0.99 0 0.31 0.29
HSL 161.23º 0.99% 0.35% -
HSV(B) 161.23º 0.99% 0.71% -
XYZ 19.97 34.1 24.6 -
YUV 120.1 130.2 43.05 -
System Red Green Blue C M Y K H S L
Decimal 1 180 124 0.99 0 0.31 0.29 161.23 0.99 0.35
Hex 1 B4 7C 63 0 1F 1D A1 63 23
Octal 1 264 174 143 0 37 35 241 143 43
Binary 1 10110100 1111100 1100011 0 11111 11101 10100001 1100011 100011

Color Harmonies of #01B47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B47C

Black with #01B47C

Text Example


Text Example

White with #01B47C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,180,124); }

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

background-color css

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

 a { background-color: rgb(1,180,124); }

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

border-color css

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

 span { border-color: rgb(1,180,124); }

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