Html Css Color HEX #01B669 Jade

📋 copy color: '#01B669'

red 1 ◦ green 182 ◦ blue 105

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

Shades of Jade #01B669

Tints of Jade #01B669

RGB

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

 GREEN value IS 182 (71.48% from 255) = 63.19%

 BLUE value IS 105 (41.41% from 255) = 36.46%

R = 0.35%
G = 63.19%
B = 36.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#01B669 (or 0x01B669) is known color: Jade. HEX triplet: 01, B6 and 69. RGB value is (1,182,105). Sum of RGB (Red+Green+Blue) = 1+182+105=288 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 288); Green value is 182 (71.48% from 255 or 63.19% from 288); Blue value is 105 (41.41% from 255 or 36.46% from 288); Max value from RGB is 182 - color contains mainly: green. Hex color #01B669 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B669 is #FE4996. Grayscale: #777777. Windows color (decimal): -16664983 or 6927873. OLE color: 6927873.

HSL color Cylindrical-coordinate representation of color #01B669: hue angle of 154.48º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B669 is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 1 182 105 -
CMYK 0.99 0 0.42 0.29
HSL 154.48º 0.99% 0.36% -
HSV(B) 154.48º 0.99% 0.71% -
XYZ 19.29 34.48 19 -
YUV 119.1 120.03 43.76 -
System Red Green Blue C M Y K H S L
Decimal 1 182 105 0.99 0 0.42 0.29 154.48 0.99 0.36
Hex 1 B6 69 63 0 2A 1D 9A 63 24
Octal 1 266 151 143 0 52 35 232 143 44
Binary 1 10110110 1101001 1100011 0 101010 11101 10011010 1100011 100100

Color Harmonies of #01B669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B669

Black with #01B669

Text Example


Text Example

White with #01B669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,182,105); }

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

background-color css

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

 a { background-color: rgb(1,182,105); }

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

border-color css

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

 span { border-color: rgb(1,182,105); }

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