Html Css Color HEX #01B47A Jade

📋 copy color: '#01B47A'

red 1 ◦ green 180 ◦ blue 122

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

Shades of Jade #01B47A

Tints of Jade #01B47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.26%

R = 0.33%
G = 59.41%
B = 40.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#01B47A (or 0x01B47A) is known color: Jade. HEX triplet: 01, B4 and 7A. RGB value is (1,180,122). Sum of RGB (Red+Green+Blue) = 1+180+122=303 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 303); Green value is 180 (70.70% from 255 or 59.41% from 303); Blue value is 122 (48.05% from 255 or 40.26% from 303); Max value from RGB is 180 - color contains mainly: green. Hex color #01B47A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B47A is #FE4B85. Grayscale: #777777. Windows color (decimal): -16665478 or 8041473. OLE color: 8041473.

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

Color convert

RGB 1 180 122 -
CMYK 0.99 0 0.32 0.29
HSL 160.56º 0.99% 0.35% -
HSV(B) 160.56º 0.99% 0.71% -
XYZ 19.85 34.05 23.94 -
YUV 119.87 129.2 43.22 -
System Red Green Blue C M Y K H S L
Decimal 1 180 122 0.99 0 0.32 0.29 160.56 0.99 0.35
Hex 1 B4 7A 63 0 20 1D A1 63 23
Octal 1 264 172 143 0 40 35 241 143 43
Binary 1 10110100 1111010 1100011 0 100000 11101 10100001 1100011 100011

Color Harmonies of #01B47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B47A

Black with #01B47A

Text Example


Text Example

White with #01B47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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