Html Css Color HEX #01A039 Pigment Green

📋 copy color: '#01A039'

red 1 ◦ green 160 ◦ blue 57

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

Shades of Pigment Green #01A039

Tints of Pigment Green #01A039

RGB

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

 GREEN value IS 160 (62.89% from 255) = 73.39%

 BLUE value IS 57 (22.66% from 255) = 26.15%

R = 0.46%
G = 73.39%
B = 26.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#01A039 (or 0x01A039) is known color: Pigment Green. HEX triplet: 01, A0 and 39. RGB value is (1,160,57). Sum of RGB (Red+Green+Blue) = 1+160+57=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 160 (62.89% from 255 or 73.39% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 160 - color contains mainly: green. Hex color #01A039 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A039 is #FE5FC6. Grayscale: #646464. Windows color (decimal): -16670663 or 3776513. OLE color: 3776513.

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

Color convert

RGB 1 160 57 -
CMYK 0.99 0 0.64 0.37
HSL 141.13º 0.99% 0.32% -
HSV(B) 141.13º 0.99% 0.63% -
XYZ 13.32 25.44 8.08 -
YUV 100.72 103.32 56.88 -
System Red Green Blue C M Y K H S L
Decimal 1 160 57 0.99 0 0.64 0.37 141.13 0.99 0.32
Hex 1 A0 39 63 0 40 25 8D 63 20
Octal 1 240 71 143 0 100 45 215 143 40
Binary 1 10100000 111001 1100011 0 1000000 100101 10001101 1100011 100000

Color Harmonies of #01A039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A039

Black with #01A039

Text Example


Text Example

White with #01A039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,160,57); }

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

background-color css

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

 a { background-color: rgb(1,160,57); }

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

border-color css

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

 span { border-color: rgb(1,160,57); }

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