Html Css Color HEX #01B065 Jade

📋 copy color: '#01B065'

red 1 ◦ green 176 ◦ blue 101

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

Shades of Jade #01B065

Tints of Jade #01B065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.33%

R = 0.36%
G = 63.31%
B = 36.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#01B065 (or 0x01B065) is known color: Jade. HEX triplet: 01, B0 and 65. RGB value is (1,176,101). Sum of RGB (Red+Green+Blue) = 1+176+101=278 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 278); Green value is 176 (69.14% from 255 or 63.31% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 176 - color contains mainly: green. Hex color #01B065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01B065 is #FE4F9A. Grayscale: #737373. Windows color (decimal): -16666523 or 6664193. OLE color: 6664193.

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

Color convert

RGB 1 176 101 -
CMYK 0.99 0 0.43 0.31
HSL 154.29º 0.99% 0.35% -
HSV(B) 154.29º 0.99% 0.69% -
XYZ 17.89 32 17.55 -
YUV 115.13 120.02 46.6 -
System Red Green Blue C M Y K H S L
Decimal 1 176 101 0.99 0 0.43 0.31 154.29 0.99 0.35
Hex 1 B0 65 63 0 2B 1F 9A 63 23
Octal 1 260 145 143 0 53 37 232 143 43
Binary 1 10110000 1100101 1100011 0 101011 11111 10011010 1100011 100011

Color Harmonies of #01B065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B065

Black with #01B065

Text Example


Text Example

White with #01B065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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