Html Css Color HEX #01B477 Jade

📋 copy color: '#01B477'

red 1 ◦ green 180 ◦ blue 119

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

Shades of Jade #01B477

Tints of Jade #01B477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 39.67%

R = 0.33%
G = 60%
B = 39.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#01B477 (or 0x01B477) is known color: Jade. HEX triplet: 01, B4 and 77. RGB value is (1,180,119). Sum of RGB (Red+Green+Blue) = 1+180+119=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 180 (70.70% from 255 or 60% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 180 - color contains mainly: green. Hex color #01B477 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B477 is #FE4B88. Grayscale: #777777. Windows color (decimal): -16665481 or 7844865. OLE color: 7844865.

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

Color convert

RGB 1 180 119 -
CMYK 0.99 0 0.34 0.29
HSL 159.55º 0.99% 0.35% -
HSV(B) 159.55º 0.99% 0.71% -
XYZ 19.66 33.98 22.98 -
YUV 119.53 127.7 43.46 -
System Red Green Blue C M Y K H S L
Decimal 1 180 119 0.99 0 0.34 0.29 159.55 0.99 0.35
Hex 1 B4 77 63 0 22 1D A0 63 23
Octal 1 264 167 143 0 42 35 240 143 43
Binary 1 10110100 1110111 1100011 0 100010 11101 10100000 1100011 100011

Color Harmonies of #01B477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B477

Black with #01B477

Text Example


Text Example

White with #01B477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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