Html Css Color HEX #01B64C Pigment Green

📋 copy color: '#01B64C'

red 1 ◦ green 182 ◦ blue 76

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

Shades of Pigment Green #01B64C

Tints of Pigment Green #01B64C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 70.27%

 BLUE value IS 76 (30.08% from 255) = 29.34%

R = 0.39%
G = 70.27%
B = 29.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#01B64C (or 0x01B64C) is known color: Pigment Green. HEX triplet: 01, B6 and 4C. RGB value is (1,182,76). Sum of RGB (Red+Green+Blue) = 1+182+76=259 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 259); Green value is 182 (71.48% from 255 or 70.27% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 182 - color contains mainly: green. Hex color #01B64C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B64C is #FE49B3. Grayscale: #747474. Windows color (decimal): -16665012 or 5027329. OLE color: 5027329.

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

Color convert

RGB 1 182 76 -
CMYK 0.99 0 0.58 0.29
HSL 144.86º 0.99% 0.36% -
HSV(B) 144.86º 0.99% 0.71% -
XYZ 18.04 33.98 12.45 -
YUV 115.8 105.53 46.12 -
System Red Green Blue C M Y K H S L
Decimal 1 182 76 0.99 0 0.58 0.29 144.86 0.99 0.36
Hex 1 B6 4C 63 0 3A 1D 91 63 24
Octal 1 266 114 143 0 72 35 221 143 44
Binary 1 10110110 1001100 1100011 0 111010 11101 10010001 1100011 100100

Color Harmonies of #01B64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01B64C

Black with #01B64C

Text Example


Text Example

White with #01B64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,182,76); }

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

background-color css

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

 a { background-color: rgb(1,182,76); }

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

border-color css

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

 span { border-color: rgb(1,182,76); }

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