#01B81E

Color #01B81E Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #01B81E

Tints of Dark Pastel Green #01B81E

Color information

#01B81E (or 0x01B81E) is unknown color: approx Dark Pastel Green. HEX triplet: 01, B8 and 1E. RGB value is (1,184,30). Sum of RGB (Red+Green+Blue) = 1+184+30=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 184 (72.27% from 255 or 85.58% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 184 - color contains mainly: green. Hex color #01B81E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01B81E is #FE47E1. Grayscale: #707070. Windows color (decimal): -16664546 or 2013185. OLE color: 2013185.

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

Color convert

RGB118430-
CMYK0.9900.840.28
HSL129.51º98.92%36.27%-
HSV(B)129.51º99.46%72.16%-
XYZ17.3934.386.95-
YUV111.7381.8749.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.47%
GREEN value IS 184 (72.27% from 255) = 85.58%
BLUE value IS 30 (12.11% from 255) = 13.95%
R=0.47%
G=85.58%
B=13.95%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1184300.9900.840.28129.5198.9236.27
Hex1B81E630541C826324
Octal12703614301243420214344
Binary1101110001111011000110101010011100100000101100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01B81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,184,30); }

 H1.HeaderClassName
 {
   color: #01B81E;
 }
 .AnyTagClassName
 {
   color: #01B81E;
 }
</style>
background-color css

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

 a { background-color: rgb(1,184,30); }

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

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

 span { border-color: rgb(1,184,30); }

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