Html Css Color HEX #01A141 Pigment Green

📋 copy color: '#01A141'

red 1 ◦ green 161 ◦ blue 65

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

Shades of Pigment Green #01A141

Tints of Pigment Green #01A141

RGB

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

 GREEN value IS 161 (63.28% from 255) = 70.93%

 BLUE value IS 65 (25.78% from 255) = 28.63%

R = 0.44%
G = 70.93%
B = 28.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.37

RGB Variations

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

Color information

#01A141 (or 0x01A141) is known color: Pigment Green. HEX triplet: 01, A1 and 41. RGB value is (1,161,65). Sum of RGB (Red+Green+Blue) = 1+161+65=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 161 (63.28% from 255 or 70.93% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 161 - color contains mainly: green. Hex color #01A141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A141 is #FE5EBE. Grayscale: #666666. Windows color (decimal): -16670399 or 4301057. OLE color: 4301057.

HSL color Cylindrical-coordinate representation of color #01A141: hue angle of 144º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A141 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 161 65 -
CMYK 0.99 0 0.60 0.37
HSL 144º 0.99% 0.32% -
HSV(B) 144º 0.99% 0.63% -
XYZ 13.71 25.88 9.27 -
YUV 102.22 106.99 55.81 -
System Red Green Blue C M Y K H S L
Decimal 1 161 65 0.99 0 0.60 0.37 144 0.99 0.32
Hex 1 A1 41 63 0 3C 25 90 63 20
Octal 1 241 101 143 0 74 45 220 143 40
Binary 1 10100001 1000001 1100011 0 111100 100101 10010000 1100011 100000

Color Harmonies of #01A141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A141

Black with #01A141

Text Example


Text Example

White with #01A141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,161,65); }

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

background-color css

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

 a { background-color: rgb(1,161,65); }

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

border-color css

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

 span { border-color: rgb(1,161,65); }

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