Html Css Color HEX #01A155 Pigment Green

📋 copy color: '#01A155'

red 1 ◦ green 161 ◦ blue 85

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

Shades of Pigment Green #01A155

Tints of Pigment Green #01A155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.41%

R = 0.4%
G = 65.18%
B = 34.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#01A155 (or 0x01A155) is known color: Pigment Green. HEX triplet: 01, A1 and 55. RGB value is (1,161,85). Sum of RGB (Red+Green+Blue) = 1+161+85=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 161 (63.28% from 255 or 65.18% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 161 - color contains mainly: green. Hex color #01A155 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A155 is #FE5EAA. Grayscale: #686868. Windows color (decimal): -16670379 or 5611777. OLE color: 5611777.

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

Color convert

RGB 1 161 85 -
CMYK 0.99 0 0.47 0.37
HSL 151.5º 0.99% 0.32% -
HSV(B) 151.5º 0.99% 0.63% -
XYZ 14.4 26.15 12.88 -
YUV 104.5 116.99 54.18 -
System Red Green Blue C M Y K H S L
Decimal 1 161 85 0.99 0 0.47 0.37 151.5 0.99 0.32
Hex 1 A1 55 63 0 2F 25 98 63 20
Octal 1 241 125 143 0 57 45 230 143 40
Binary 1 10100001 1010101 1100011 0 101111 100101 10011000 1100011 100000

Color Harmonies of #01A155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A155

Black with #01A155

Text Example


Text Example

White with #01A155

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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