Html Css Color HEX #048A12 Green

📋 copy color: '#048A12'

red 4 ◦ green 138 ◦ blue 18

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

Shades of Green #048A12

Tints of Green #048A12

RGB

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

 GREEN value IS 138 (54.3% from 255) = 86.25%

 BLUE value IS 18 (7.42% from 255) = 11.25%

R = 2.5%
G = 86.25%
B = 11.25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#048A12 (or 0x048A12) is known color: Green. HEX triplet: 04, 8A and 12. RGB value is (4,138,18). Sum of RGB (Red+Green+Blue) = 4+138+18=160 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.5% from 160); Green value is 138 (54.30% from 255 or 86.25% from 160); Blue value is 18 (7.42% from 255 or 11.25% from 160); Max value from RGB is 138 - color contains mainly: green. Hex color #048A12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048A12 is #FB75ED. Grayscale: #545454. Windows color (decimal): -16479726 or 1214980. OLE color: 1214980.

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

Color convert

RGB 4 138 18 -
CMYK 0.97 0 0.87 0.46
HSL 126.27º 0.94% 0.28% -
HSV(B) 126.27º 0.97% 0.54% -
XYZ 9.25 18.25 3.61 -
YUV 84.25 90.61 70.76 -
System Red Green Blue C M Y K H S L
Decimal 4 138 18 0.97 0 0.87 0.46 126.27 0.94 0.28
Hex 4 8A 12 61 0 57 2E 7E 5E 1C
Octal 4 212 22 141 0 127 56 176 136 34
Binary 100 10001010 10010 1100001 0 1010111 101110 1111110 1011110 11100

Color Harmonies of #048A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048A12

Black with #048A12

Text Example


Text Example

White with #048A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,138,18); }

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

background-color css

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

 a { background-color: rgb(4,138,18); }

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

border-color css

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

 span { border-color: rgb(4,138,18); }

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