Html Css Color HEX #01B969 Jade

📋 copy color: '#01B969'

red 1 ◦ green 185 ◦ blue 105

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

Shades of Jade #01B969

Tints of Jade #01B969

RGB

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

 GREEN value IS 185 (72.66% from 255) = 63.57%

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

R = 0.34%
G = 63.57%
B = 36.08%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#01B969 (or 0x01B969) is known color: Jade. HEX triplet: 01, B9 and 69. RGB value is (1,185,105). Sum of RGB (Red+Green+Blue) = 1+185+105=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 185 (72.66% from 255 or 63.57% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 185 - color contains mainly: green. Hex color #01B969 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B969 is #FE4696. Grayscale: #787878. Windows color (decimal): -16664215 or 6928641. OLE color: 6928641.

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

Color convert

RGB 1 185 105 -
CMYK 0.99 0 0.43 0.27
HSL 153.91º 0.99% 0.36% -
HSV(B) 153.91º 0.99% 0.73% -
XYZ 19.91 35.72 19.21 -
YUV 120.86 119.04 42.5 -
System Red Green Blue C M Y K H S L
Decimal 1 185 105 0.99 0 0.43 0.27 153.91 0.99 0.36
Hex 1 B9 69 63 0 2B 1B 9A 63 24
Octal 1 271 151 143 0 53 33 232 143 44
Binary 1 10111001 1101001 1100011 0 101011 11011 10011010 1100011 100100

Color Harmonies of #01B969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B969

Black with #01B969

Text Example


Text Example

White with #01B969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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