Html Css Color HEX #01B865 Jade

📋 copy color: '#01B865'

red 1 ◦ green 184 ◦ blue 101

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

Shades of Jade #01B865

Tints of Jade #01B865

RGB

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

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

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

R = 0.35%
G = 64.34%
B = 35.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#01B865 (or 0x01B865) is known color: Jade. HEX triplet: 01, B8 and 65. RGB value is (1,184,101). Sum of RGB (Red+Green+Blue) = 1+184+101=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 184 (72.27% from 255 or 64.34% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 184 - color contains mainly: green. Hex color #01B865 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B865 is #FE479A. Grayscale: #777777. Windows color (decimal): -16664475 or 6666241. OLE color: 6666241.

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

Color convert

RGB 1 184 101 -
CMYK 0.99 0 0.45 0.28
HSL 152.79º 0.99% 0.36% -
HSV(B) 152.79º 0.99% 0.72% -
XYZ 19.5 35.23 18.08 -
YUV 119.82 117.37 43.25 -
System Red Green Blue C M Y K H S L
Decimal 1 184 101 0.99 0 0.45 0.28 152.79 0.99 0.36
Hex 1 B8 65 63 0 2D 1C 99 63 24
Octal 1 270 145 143 0 55 34 231 143 44
Binary 1 10111000 1100101 1100011 0 101101 11100 10011001 1100011 100100

Color Harmonies of #01B865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B865

Black with #01B865

Text Example


Text Example

White with #01B865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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