#01BE1A

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

Shades of Dark Pastel Green #01BE1A

Tints of Dark Pastel Green #01BE1A

Color information

#01BE1A (or 0x01BE1A) is unknown color: approx Dark Pastel Green. HEX triplet: 01, BE and 1A. RGB value is (1,190,26). Sum of RGB (Red+Green+Blue) = 1+190+26=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 190 (74.61% from 255 or 87.56% from 217); Blue value is 26 (10.55% from 255 or 11.98% from 217); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01BE1A is #FE41E5. Grayscale: #737373. Windows color (decimal): -16663014 or 1752577. OLE color: 1752577.

HSL color Cylindrical-coordinate representation of color #01BE1A: hue angle of 127.94º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01BE1A is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB119026-
CMYK0.9900.860.25
HSL127.94º98.95%37.45%-
HSV(B)127.94º99.47%74.51%-
XYZ18.6136.917.12-
YUV114.7977.8846.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 190 (74.61% from 255) = 87.56%
BLUE value IS 26 (10.55% from 255) = 11.98%
R=0.46%
G=87.56%
B=11.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1190260.9900.860.25127.9498.9537.45
Hex1BE1A6305619806325
Octal12763214301263120014345
Binary1101111101101011000110101011011001100000001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01BE1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,190,26); }

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

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

 a { background-color: rgb(1,190,26); }

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

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

 span { border-color: rgb(1,190,26); }

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