Html Css Color HEX #01A146 Pigment Green

📋 copy color: '#01A146'

red 1 ◦ green 161 ◦ blue 70

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

Shades of Pigment Green #01A146

Tints of Pigment Green #01A146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.17%

R = 0.43%
G = 69.4%
B = 30.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#01A146 (or 0x01A146) is known color: Pigment Green. HEX triplet: 01, A1 and 46. RGB value is (1,161,70). Sum of RGB (Red+Green+Blue) = 1+161+70=232 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 232); Green value is 161 (63.28% from 255 or 69.40% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 161 - color contains mainly: green. Hex color #01A146 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A146 is #FE5EB9. Grayscale: #666666. Windows color (decimal): -16670394 or 4628737. OLE color: 4628737.

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

Color convert

RGB 1 161 70 -
CMYK 0.99 0 0.57 0.37
HSL 145.88º 0.99% 0.32% -
HSV(B) 145.88º 0.99% 0.63% -
XYZ 13.86 25.94 10.07 -
YUV 102.79 109.49 55.4 -
System Red Green Blue C M Y K H S L
Decimal 1 161 70 0.99 0 0.57 0.37 145.88 0.99 0.32
Hex 1 A1 46 63 0 39 25 92 63 20
Octal 1 241 106 143 0 71 45 222 143 40
Binary 1 10100001 1000110 1100011 0 111001 100101 10010010 1100011 100000

Color Harmonies of #01A146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A146

Black with #01A146

Text Example


Text Example

White with #01A146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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