Html Css Color HEX #01A650 Pigment Green

📋 copy color: '#01A650'

red 1 ◦ green 166 ◦ blue 80

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

Shades of Pigment Green #01A650

Tints of Pigment Green #01A650

RGB

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

 GREEN value IS 166 (65.23% from 255) = 67.21%

 BLUE value IS 80 (31.64% from 255) = 32.39%

R = 0.4%
G = 67.21%
B = 32.39%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#01A650 (or 0x01A650) is known color: Pigment Green. HEX triplet: 01, A6 and 50. RGB value is (1,166,80). Sum of RGB (Red+Green+Blue) = 1+166+80=247 (32% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 247); Green value is 166 (65.23% from 255 or 67.21% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 166 - color contains mainly: green. Hex color #01A650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A650 is #FE59AF. Grayscale: #6B6B6B. Windows color (decimal): -16669104 or 5285377. OLE color: 5285377.

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

Color convert

RGB 1 166 80 -
CMYK 0.99 0 0.52 0.35
HSL 148.73º 0.99% 0.33% -
HSV(B) 148.73º 0.99% 0.65% -
XYZ 15.1 27.86 12.17 -
YUV 106.86 112.84 52.49 -
System Red Green Blue C M Y K H S L
Decimal 1 166 80 0.99 0 0.52 0.35 148.73 0.99 0.33
Hex 1 A6 50 63 0 34 23 95 63 21
Octal 1 246 120 143 0 64 43 225 143 41
Binary 1 10100110 1010000 1100011 0 110100 100011 10010101 1100011 100001

Color Harmonies of #01A650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A650

Black with #01A650

Text Example


Text Example

White with #01A650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,166,80); }

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

background-color css

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

 a { background-color: rgb(1,166,80); }

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

border-color css

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

 span { border-color: rgb(1,166,80); }

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