Html Css Color HEX #048C0E Green

📋 copy color: '#048C0E'

red 4 ◦ green 140 ◦ blue 14

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

Shades of Green #048C0E

Tints of Green #048C0E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 88.61%

 BLUE value IS 14 (5.86% from 255) = 8.86%

R = 2.53%
G = 88.61%
B = 8.86%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.45

RGB Variations

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

Color information

#048C0E (or 0x048C0E) is known color: Green. HEX triplet: 04, 8C and 0E. RGB value is (4,140,14). Sum of RGB (Red+Green+Blue) = 4+140+14=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 140 (55.08% from 255 or 88.61% from 158); Blue value is 14 (5.86% from 255 or 8.86% from 158); Max value from RGB is 140 - color contains mainly: green. Hex color #048C0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048C0E is #FB73F1. Grayscale: #555555. Windows color (decimal): -16479218 or 953348. OLE color: 953348.

HSL color Cylindrical-coordinate representation of color #048C0E: hue angle of 124.41º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048C0E is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 140 14 -
CMYK 0.97 0 0.90 0.45
HSL 124.41º 0.94% 0.28% -
HSV(B) 124.41º 0.97% 0.55% -
XYZ 9.51 18.81 3.55 -
YUV 84.97 87.94 70.25 -
System Red Green Blue C M Y K H S L
Decimal 4 140 14 0.97 0 0.90 0.45 124.41 0.94 0.28
Hex 4 8C E 61 0 5A 2D 7C 5E 1C
Octal 4 214 16 141 0 132 55 174 136 34
Binary 100 10001100 1110 1100001 0 1011010 101101 1111100 1011110 11100

Color Harmonies of #048C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048C0E

Black with #048C0E

Text Example


Text Example

White with #048C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048C0E; }

 p { color: rgb(4,140,14); }

 H1.HeaderClassName
 {
   color: #048C0E;
 }
 .AnyTagClassName
 {
   color: #048C0E;
 }
</style>

background-color css

<style>
 a { background-color: #048C0E; }

 a { background-color: rgb(4,140,14); }

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

border-color css

<style>
 span { border-color: #048C0E; }

 span { border-color: rgb(4,140,14); }

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