Html Css Color HEX #01B85B Pigment Green

📋 copy color: '#01B85B'

red 1 ◦ green 184 ◦ blue 91

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

Shades of Pigment Green #01B85B

Tints of Pigment Green #01B85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.97%

R = 0.36%
G = 66.67%
B = 32.97%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#01B85B (or 0x01B85B) is known color: Pigment Green. HEX triplet: 01, B8 and 5B. RGB value is (1,184,91). Sum of RGB (Red+Green+Blue) = 1+184+91=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 184 (72.27% from 255 or 66.67% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 184 - color contains mainly: green. Hex color #01B85B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B85B is #FE47A4. Grayscale: #767676. Windows color (decimal): -16664485 or 6010881. OLE color: 6010881.

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

Color convert

RGB 1 184 91 -
CMYK 0.99 0 0.51 0.28
HSL 149.51º 0.99% 0.36% -
HSV(B) 149.51º 0.99% 0.72% -
XYZ 19.04 35.04 15.66 -
YUV 118.68 112.37 44.06 -
System Red Green Blue C M Y K H S L
Decimal 1 184 91 0.99 0 0.51 0.28 149.51 0.99 0.36
Hex 1 B8 5B 63 0 33 1C 96 63 24
Octal 1 270 133 143 0 63 34 226 143 44
Binary 1 10111000 1011011 1100011 0 110011 11100 10010110 1100011 100100

Color Harmonies of #01B85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B85B

Black with #01B85B

Text Example


Text Example

White with #01B85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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