Html Css Color HEX #04BE1A Dark Pastel Green

📋 copy color: '#04BE1A'

red 4 ◦ green 190 ◦ blue 26

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

Shades of Dark Pastel Green #04BE1A

Tints of Dark Pastel Green #04BE1A

RGB

 RED value IS 4 (1.95% from 255) = 1.82%

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

 BLUE value IS 26 (10.55% from 255) = 11.82%

R = 1.82%
G = 86.36%
B = 11.82%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#04BE1A (or 0x04BE1A) is known color: Dark Pastel Green. HEX triplet: 04, BE and 1A. RGB value is (4,190,26). Sum of RGB (Red+Green+Blue) = 4+190+26=220 (29% of max value = 765). Red value is 4 (1.95% from 255 or 1.82% from 220); Green value is 190 (74.61% from 255 or 86.36% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 190 - color contains mainly: green. Hex color #04BE1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04BE1A is #FB41E5. Grayscale: #747474. Windows color (decimal): -16466406 or 1752580. OLE color: 1752580.

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

Color convert

RGB 4 190 26 -
CMYK 0.98 0 0.86 0.25
HSL 127.1º 0.96% 0.38% -
HSV(B) 127.1º 0.98% 0.75% -
XYZ 18.65 36.93 7.12 -
YUV 115.69 77.38 48.34 -
System Red Green Blue C M Y K H S L
Decimal 4 190 26 0.98 0 0.86 0.25 127.1 0.96 0.38
Hex 4 BE 1A 62 0 56 19 7F 60 26
Octal 4 276 32 142 0 126 31 177 140 46
Binary 100 10111110 11010 1100010 0 1010110 11001 1111111 1100000 100110

Color Harmonies of #04BE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04BE1A

Black with #04BE1A

Text Example


Text Example

White with #04BE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #04BE1A;
 }
 .AnyTagClassName
 {
   color: #04BE1A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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