Html Css Color HEX #01B060 Jade

📋 copy color: '#01B060'

red 1 ◦ green 176 ◦ blue 96

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

Shades of Jade #01B060

Tints of Jade #01B060

RGB

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

 GREEN value IS 176 (69.14% from 255) = 64.47%

 BLUE value IS 96 (37.89% from 255) = 35.16%

R = 0.37%
G = 64.47%
B = 35.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#01B060 (or 0x01B060) is known color: Jade. HEX triplet: 01, B0 and 60. RGB value is (1,176,96). Sum of RGB (Red+Green+Blue) = 1+176+96=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 176 (69.14% from 255 or 64.47% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 176 - color contains mainly: green. Hex color #01B060 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01B060 is #FE4F9F. Grayscale: #727272. Windows color (decimal): -16666528 or 6336513. OLE color: 6336513.

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

Color convert

RGB 1 176 96 -
CMYK 0.99 0 0.45 0.31
HSL 152.57º 0.99% 0.35% -
HSV(B) 152.57º 0.99% 0.69% -
XYZ 17.65 31.9 16.29 -
YUV 114.56 117.52 47 -
System Red Green Blue C M Y K H S L
Decimal 1 176 96 0.99 0 0.45 0.31 152.57 0.99 0.35
Hex 1 B0 60 63 0 2D 1F 99 63 23
Octal 1 260 140 143 0 55 37 231 143 43
Binary 1 10110000 1100000 1100011 0 101101 11111 10011001 1100011 100011

Color Harmonies of #01B060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B060

Black with #01B060

Text Example


Text Example

White with #01B060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,176,96); }

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

background-color css

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

 a { background-color: rgb(1,176,96); }

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

border-color css

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

 span { border-color: rgb(1,176,96); }

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