Html Css Color HEX #01B54C Pigment Green

📋 copy color: '#01B54C'

red 1 ◦ green 181 ◦ blue 76

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

Shades of Pigment Green #01B54C

Tints of Pigment Green #01B54C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 70.16%

 BLUE value IS 76 (30.08% from 255) = 29.46%

R = 0.39%
G = 70.16%
B = 29.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#01B54C (or 0x01B54C) is known color: Pigment Green. HEX triplet: 01, B5 and 4C. RGB value is (1,181,76). Sum of RGB (Red+Green+Blue) = 1+181+76=258 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 258); Green value is 181 (71.09% from 255 or 70.16% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 181 - color contains mainly: green. Hex color #01B54C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B54C is #FE4AB3. Grayscale: #737373. Windows color (decimal): -16665268 or 5027073. OLE color: 5027073.

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

Color convert

RGB 1 181 76 -
CMYK 0.99 0 0.58 0.29
HSL 145º 0.99% 0.36% -
HSV(B) 145º 0.99% 0.71% -
XYZ 17.84 33.58 12.38 -
YUV 115.21 105.87 46.54 -
System Red Green Blue C M Y K H S L
Decimal 1 181 76 0.99 0 0.58 0.29 145 0.99 0.36
Hex 1 B5 4C 63 0 3A 1D 91 63 24
Octal 1 265 114 143 0 72 35 221 143 44
Binary 1 10110101 1001100 1100011 0 111010 11101 10010001 1100011 100100

Color Harmonies of #01B54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B54C

Black with #01B54C

Text Example


Text Example

White with #01B54C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,181,76); }

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

background-color css

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

 a { background-color: rgb(1,181,76); }

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

border-color css

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

 span { border-color: rgb(1,181,76); }

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