Html Css Color HEX #01B54A Pigment Green

📋 copy color: '#01B54A'

red 1 ◦ green 181 ◦ blue 74

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

Shades of Pigment Green #01B54A

Tints of Pigment Green #01B54A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.91%

R = 0.39%
G = 70.7%
B = 28.91%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#01B54A (or 0x01B54A) is known color: Pigment Green. HEX triplet: 01, B5 and 4A. RGB value is (1,181,74). Sum of RGB (Red+Green+Blue) = 1+181+74=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 181 (71.09% from 255 or 70.70% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 181 - color contains mainly: green. Hex color #01B54A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B54A is #FE4AB5. Grayscale: #737373. Windows color (decimal): -16665270 or 4896001. OLE color: 4896001.

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

Color convert

RGB 1 181 74 -
CMYK 0.99 0 0.59 0.29
HSL 144.33º 0.99% 0.36% -
HSV(B) 144.33º 0.99% 0.71% -
XYZ 17.77 33.55 12.02 -
YUV 114.98 104.87 46.7 -
System Red Green Blue C M Y K H S L
Decimal 1 181 74 0.99 0 0.59 0.29 144.33 0.99 0.36
Hex 1 B5 4A 63 0 3B 1D 90 63 24
Octal 1 265 112 143 0 73 35 220 143 44
Binary 1 10110101 1001010 1100011 0 111011 11101 10010000 1100011 100100

Color Harmonies of #01B54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B54A

Black with #01B54A

Text Example


Text Example

White with #01B54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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