Html Css Color HEX #01AD5C Pigment Green

📋 copy color: '#01AD5C'

red 1 ◦ green 173 ◦ blue 92

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

Shades of Pigment Green #01AD5C

Tints of Pigment Green #01AD5C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 65.04%

 BLUE value IS 92 (36.33% from 255) = 34.59%

R = 0.38%
G = 65.04%
B = 34.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#01AD5C (or 0x01AD5C) is known color: Pigment Green. HEX triplet: 01, AD and 5C. RGB value is (1,173,92). Sum of RGB (Red+Green+Blue) = 1+173+92=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 173 (67.97% from 255 or 65.04% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 173 - color contains mainly: green. Hex color #01AD5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01AD5C is #FE52A3. Grayscale: #707070. Windows color (decimal): -16667300 or 6073601. OLE color: 6073601.

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

Color convert

RGB 1 173 92 -
CMYK 0.99 0 0.47 0.32
HSL 151.74º 0.99% 0.34% -
HSV(B) 151.74º 0.99% 0.68% -
XYZ 16.89 30.67 15.15 -
YUV 112.34 116.52 48.59 -
System Red Green Blue C M Y K H S L
Decimal 1 173 92 0.99 0 0.47 0.32 151.74 0.99 0.34
Hex 1 AD 5C 63 0 2F 20 98 63 22
Octal 1 255 134 143 0 57 40 230 143 42
Binary 1 10101101 1011100 1100011 0 101111 100000 10011000 1100011 100010

Color Harmonies of #01AD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AD5C

Black with #01AD5C

Text Example


Text Example

White with #01AD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,173,92); }

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

background-color css

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

 a { background-color: rgb(1,173,92); }

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

border-color css

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

 span { border-color: rgb(1,173,92); }

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