Html Css Color HEX #01A73B Pigment Green

📋 copy color: '#01A73B'

red 1 ◦ green 167 ◦ blue 59

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

Shades of Pigment Green #01A73B

Tints of Pigment Green #01A73B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 73.57%

 BLUE value IS 59 (23.44% from 255) = 25.99%

R = 0.44%
G = 73.57%
B = 25.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#01A73B (or 0x01A73B) is known color: Pigment Green. HEX triplet: 01, A7 and 3B. RGB value is (1,167,59). Sum of RGB (Red+Green+Blue) = 1+167+59=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 167 (65.62% from 255 or 73.57% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 167 - color contains mainly: green. Hex color #01A73B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01A73B is #FE58C4. Grayscale: #696969. Windows color (decimal): -16668869 or 3909377. OLE color: 3909377.

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

Color convert

RGB 1 167 59 -
CMYK 0.99 0 0.65 0.35
HSL 140.96º 0.99% 0.33% -
HSV(B) 140.96º 0.99% 0.65% -
XYZ 14.62 27.96 8.76 -
YUV 105.05 102 53.78 -
System Red Green Blue C M Y K H S L
Decimal 1 167 59 0.99 0 0.65 0.35 140.96 0.99 0.33
Hex 1 A7 3B 63 0 41 23 8D 63 21
Octal 1 247 73 143 0 101 43 215 143 41
Binary 1 10100111 111011 1100011 0 1000001 100011 10001101 1100011 100001

Color Harmonies of #01A73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A73B

Black with #01A73B

Text Example


Text Example

White with #01A73B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,167,59); }

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

background-color css

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

 a { background-color: rgb(1,167,59); }

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

border-color css

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

 span { border-color: rgb(1,167,59); }

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