Html Css Color HEX #01B862 Jade

📋 copy color: '#01B862'

red 1 ◦ green 184 ◦ blue 98

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

Shades of Jade #01B862

Tints of Jade #01B862

RGB

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

 GREEN value IS 184 (72.27% from 255) = 65.02%

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

R = 0.35%
G = 65.02%
B = 34.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#01B862 (or 0x01B862) is known color: Jade. HEX triplet: 01, B8 and 62. RGB value is (1,184,98). Sum of RGB (Red+Green+Blue) = 1+184+98=283 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 283); Green value is 184 (72.27% from 255 or 65.02% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 184 - color contains mainly: green. Hex color #01B862 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B862 is #FE479D. Grayscale: #777777. Windows color (decimal): -16664478 or 6469633. OLE color: 6469633.

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

Color convert

RGB 1 184 98 -
CMYK 0.99 0 0.47 0.28
HSL 151.8º 0.99% 0.36% -
HSV(B) 151.8º 0.99% 0.72% -
XYZ 19.36 35.17 17.32 -
YUV 119.48 115.87 43.49 -
System Red Green Blue C M Y K H S L
Decimal 1 184 98 0.99 0 0.47 0.28 151.8 0.99 0.36
Hex 1 B8 62 63 0 2F 1C 98 63 24
Octal 1 270 142 143 0 57 34 230 143 44
Binary 1 10111000 1100010 1100011 0 101111 11100 10011000 1100011 100100

Color Harmonies of #01B862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B862

Black with #01B862

Text Example


Text Example

White with #01B862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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