Html Css Color HEX #01A34F Pigment Green

📋 copy color: '#01A34F'

red 1 ◦ green 163 ◦ blue 79

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

Shades of Pigment Green #01A34F

Tints of Pigment Green #01A34F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 67.08%

 BLUE value IS 79 (31.25% from 255) = 32.51%

R = 0.41%
G = 67.08%
B = 32.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#01A34F (or 0x01A34F) is known color: Pigment Green. HEX triplet: 01, A3 and 4F. RGB value is (1,163,79). Sum of RGB (Red+Green+Blue) = 1+163+79=243 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.41% from 243); Green value is 163 (64.06% from 255 or 67.08% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 163 - color contains mainly: green. Hex color #01A34F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A34F is #FE5CB0. Grayscale: #696969. Windows color (decimal): -16669873 or 5219073. OLE color: 5219073.

HSL color Cylindrical-coordinate representation of color #01A34F: hue angle of 148.89º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A34F is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 1 163 79 -
CMYK 0.99 0 0.52 0.36
HSL 148.89º 0.99% 0.32% -
HSV(B) 148.89º 0.99% 0.64% -
XYZ 14.52 26.77 11.8 -
YUV 104.99 113.33 53.83 -
System Red Green Blue C M Y K H S L
Decimal 1 163 79 0.99 0 0.52 0.36 148.89 0.99 0.32
Hex 1 A3 4F 63 0 34 24 95 63 20
Octal 1 243 117 143 0 64 44 225 143 40
Binary 1 10100011 1001111 1100011 0 110100 100100 10010101 1100011 100000

Color Harmonies of #01A34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A34F

Black with #01A34F

Text Example


Text Example

White with #01A34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,163,79); }

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

background-color css

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

 a { background-color: rgb(1,163,79); }

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

border-color css

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

 span { border-color: rgb(1,163,79); }

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