Html Css Color HEX #01BE19 Dark Pastel Green

📋 copy color: '#01BE19'

red 1 ◦ green 190 ◦ blue 25

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

Shades of Dark Pastel Green #01BE19

Tints of Dark Pastel Green #01BE19

RGB

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

 GREEN value IS 190 (74.61% from 255) = 87.96%

 BLUE value IS 25 (10.16% from 255) = 11.57%

R = 0.46%
G = 87.96%
B = 11.57%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#01BE19 (or 0x01BE19) is known color: Dark Pastel Green. HEX triplet: 01, BE and 19. RGB value is (1,190,25). Sum of RGB (Red+Green+Blue) = 1+190+25=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 190 (74.61% from 255 or 87.96% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 190 - color contains mainly: green. Hex color #01BE19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01BE19 is #FE41E6. Grayscale: #737373. Windows color (decimal): -16663015 or 1687041. OLE color: 1687041.

HSL color Cylindrical-coordinate representation of color #01BE19: hue angle of 127.62º 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 #01BE19 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 190 25 -
CMYK 0.99 0 0.87 0.25
HSL 127.62º 0.99% 0.37% -
HSV(B) 127.62º 0.99% 0.75% -
XYZ 18.6 36.9 7.06 -
YUV 114.68 77.38 46.92 -
System Red Green Blue C M Y K H S L
Decimal 1 190 25 0.99 0 0.87 0.25 127.62 0.99 0.37
Hex 1 BE 19 63 0 57 19 80 63 25
Octal 1 276 31 143 0 127 31 200 143 45
Binary 1 10111110 11001 1100011 0 1010111 11001 10000000 1100011 100101

Color Harmonies of #01BE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01BE19

Black with #01BE19

Text Example


Text Example

White with #01BE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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