Html Css Color HEX #01B46D Jade

📋 copy color: '#01B46D'

red 1 ◦ green 180 ◦ blue 109

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

Shades of Jade #01B46D

Tints of Jade #01B46D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.59%

R = 0.34%
G = 62.07%
B = 37.59%

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

#01B46D (or 0x01B46D) is known color: Jade. HEX triplet: 01, B4 and 6D. RGB value is (1,180,109). Sum of RGB (Red+Green+Blue) = 1+180+109=290 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 290); Green value is 180 (70.70% from 255 or 62.07% from 290); Blue value is 109 (42.97% from 255 or 37.59% from 290); Max value from RGB is 180 - color contains mainly: green. Hex color #01B46D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B46D is #FE4B92. Grayscale: #767676. Windows color (decimal): -16665491 or 7189505. OLE color: 7189505.

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

Color convert

RGB 1 180 109 -
CMYK 0.99 0 0.39 0.29
HSL 156.2º 0.99% 0.35% -
HSV(B) 156.2º 0.99% 0.71% -
XYZ 19.09 33.75 19.98 -
YUV 118.39 122.7 44.27 -
System Red Green Blue C M Y K H S L
Decimal 1 180 109 0.99 0 0.39 0.29 156.2 0.99 0.35
Hex 1 B4 6D 63 0 27 1D 9C 63 23
Octal 1 264 155 143 0 47 35 234 143 43
Binary 1 10110100 1101101 1100011 0 100111 11101 10011100 1100011 100011

Color Harmonies of #01B46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B46D

Black with #01B46D

Text Example


Text Example

White with #01B46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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