Html Css Color HEX #01A85B Pigment Green

📋 copy color: '#01A85B'

red 1 ◦ green 168 ◦ blue 91

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

Shades of Pigment Green #01A85B

Tints of Pigment Green #01A85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 64.62%

 BLUE value IS 91 (35.94% from 255) = 35%

R = 0.38%
G = 64.62%
B = 35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#01A85B (or 0x01A85B) is known color: Pigment Green. HEX triplet: 01, A8 and 5B. RGB value is (1,168,91). Sum of RGB (Red+Green+Blue) = 1+168+91=260 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 260); Green value is 168 (66.02% from 255 or 64.62% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 168 - color contains mainly: green. Hex color #01A85B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01A85B is #FE57A4. Grayscale: #6D6D6D. Windows color (decimal): -16668581 or 6006785. OLE color: 6006785.

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

Color convert

RGB 1 168 91 -
CMYK 0.99 0 0.46 0.34
HSL 152.34º 0.99% 0.33% -
HSV(B) 152.34º 0.99% 0.66% -
XYZ 15.9 28.77 14.61 -
YUV 109.29 117.67 50.76 -
System Red Green Blue C M Y K H S L
Decimal 1 168 91 0.99 0 0.46 0.34 152.34 0.99 0.33
Hex 1 A8 5B 63 0 2E 22 98 63 21
Octal 1 250 133 143 0 56 42 230 143 41
Binary 1 10101000 1011011 1100011 0 101110 100010 10011000 1100011 100001

Color Harmonies of #01A85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A85B

Black with #01A85B

Text Example


Text Example

White with #01A85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,168,91); }

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

background-color css

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

 a { background-color: rgb(1,168,91); }

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

border-color css

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

 span { border-color: rgb(1,168,91); }

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