Html Css Color HEX #01A549 Pigment Green

📋 copy color: '#01A549'

red 1 ◦ green 165 ◦ blue 73

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

Shades of Pigment Green #01A549

Tints of Pigment Green #01A549

RGB

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

 GREEN value IS 165 (64.84% from 255) = 69.04%

 BLUE value IS 73 (28.91% from 255) = 30.54%

R = 0.42%
G = 69.04%
B = 30.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#01A549 (or 0x01A549) is known color: Pigment Green. HEX triplet: 01, A5 and 49. RGB value is (1,165,73). Sum of RGB (Red+Green+Blue) = 1+165+73=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 165 (64.84% from 255 or 69.04% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 165 - color contains mainly: green. Hex color #01A549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A549 is #FE5AB6. Grayscale: #696969. Windows color (decimal): -16669367 or 4826369. OLE color: 4826369.

HSL color Cylindrical-coordinate representation of color #01A549: hue angle of 146.34º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A549 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 1 165 73 -
CMYK 0.99 0 0.56 0.35
HSL 146.34º 0.99% 0.33% -
HSV(B) 146.34º 0.99% 0.65% -
XYZ 14.67 27.4 10.82 -
YUV 105.48 109.67 53.48 -
System Red Green Blue C M Y K H S L
Decimal 1 165 73 0.99 0 0.56 0.35 146.34 0.99 0.33
Hex 1 A5 49 63 0 38 23 92 63 21
Octal 1 245 111 143 0 70 43 222 143 41
Binary 1 10100101 1001001 1100011 0 111000 100011 10010010 1100011 100001

Color Harmonies of #01A549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A549

Black with #01A549

Text Example


Text Example

White with #01A549

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,165,73); }

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

background-color css

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

 a { background-color: rgb(1,165,73); }

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

border-color css

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

 span { border-color: rgb(1,165,73); }

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