Html Css Color HEX #01A147 Pigment Green

📋 copy color: '#01A147'

red 1 ◦ green 161 ◦ blue 71

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

Shades of Pigment Green #01A147

Tints of Pigment Green #01A147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.47%

R = 0.43%
G = 69.1%
B = 30.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#01A147 (or 0x01A147) is known color: Pigment Green. HEX triplet: 01, A1 and 47. RGB value is (1,161,71). Sum of RGB (Red+Green+Blue) = 1+161+71=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 161 (63.28% from 255 or 69.10% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 161 - color contains mainly: green. Hex color #01A147 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A147 is #FE5EB8. Grayscale: #676767. Windows color (decimal): -16670393 or 4694273. OLE color: 4694273.

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

Color convert

RGB 1 161 71 -
CMYK 0.99 0 0.56 0.37
HSL 146.25º 0.99% 0.32% -
HSV(B) 146.25º 0.99% 0.63% -
XYZ 13.89 25.95 10.24 -
YUV 102.9 109.99 55.32 -
System Red Green Blue C M Y K H S L
Decimal 1 161 71 0.99 0 0.56 0.37 146.25 0.99 0.32
Hex 1 A1 47 63 0 38 25 92 63 20
Octal 1 241 107 143 0 70 45 222 143 40
Binary 1 10100001 1000111 1100011 0 111000 100101 10010010 1100011 100000

Color Harmonies of #01A147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A147

Black with #01A147

Text Example


Text Example

White with #01A147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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