Html Css Color HEX #01B962 Jade

📋 copy color: '#01B962'

red 1 ◦ green 185 ◦ blue 98

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

Shades of Jade #01B962

Tints of Jade #01B962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.51%

R = 0.35%
G = 65.14%
B = 34.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#01B962 (or 0x01B962) is known color: Jade. HEX triplet: 01, B9 and 62. RGB value is (1,185,98). Sum of RGB (Red+Green+Blue) = 1+185+98=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 185 (72.66% from 255 or 65.14% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 185 - color contains mainly: green. Hex color #01B962 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B962 is #FE469D. Grayscale: #787878. Windows color (decimal): -16664222 or 6469889. OLE color: 6469889.

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

Color convert

RGB 1 185 98 -
CMYK 0.99 0 0.47 0.27
HSL 151.63º 0.99% 0.36% -
HSV(B) 151.63º 0.99% 0.73% -
XYZ 19.57 35.59 17.39 -
YUV 120.07 115.54 43.07 -
System Red Green Blue C M Y K H S L
Decimal 1 185 98 0.99 0 0.47 0.27 151.63 0.99 0.36
Hex 1 B9 62 63 0 2F 1B 98 63 24
Octal 1 271 142 143 0 57 33 230 143 44
Binary 1 10111001 1100010 1100011 0 101111 11011 10011000 1100011 100100

Color Harmonies of #01B962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B962

Black with #01B962

Text Example


Text Example

White with #01B962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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