Html Css Color HEX #148E04 Islamic Green

📋 copy color: '#148E04'

red 20 ◦ green 142 ◦ blue 4

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

Shades of Islamic Green #148E04

Tints of Islamic Green #148E04

RGB

 RED value IS 20 (8.2% from 255) = 12.05%

 GREEN value IS 142 (55.86% from 255) = 85.54%

 BLUE value IS 4 (1.95% from 255) = 2.41%

R = 12.05%
G = 85.54%
B = 2.41%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#148E04 (or 0x148E04) is known color: Islamic Green. HEX triplet: 14, 8E and 04. RGB value is (20,142,4). Sum of RGB (Red+Green+Blue) = 20+142+4=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 142 (55.86% from 255 or 85.54% from 166); Blue value is 4 (1.95% from 255 or 2.41% from 166); Max value from RGB is 142 - color contains mainly: green. Hex color #148E04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148E04 is #EB71FB. Grayscale: #5A5A5A. Windows color (decimal): -15430140 or 298516. OLE color: 298516.

HSL color Cylindrical-coordinate representation of color #148E04: hue angle of 113.04º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #148E04 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 142 4 -
CMYK 0.86 0 0.97 0.44
HSL 113.04º 0.95% 0.29% -
HSV(B) 113.04º 0.97% 0.56% -
XYZ 9.98 19.5 3.35 -
YUV 89.79 79.58 78.22 -
System Red Green Blue C M Y K H S L
Decimal 20 142 4 0.86 0 0.97 0.44 113.04 0.95 0.29
Hex 14 8E 4 56 0 61 2C 71 5F 1D
Octal 24 216 4 126 0 141 54 161 137 35
Binary 10100 10001110 100 1010110 0 1100001 101100 1110001 1011111 11101

Color Harmonies of #148E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148E04

Black with #148E04

Text Example


Text Example

White with #148E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #148E04; }

 p { color: rgb(20,142,4); }

 H1.HeaderClassName
 {
   color: #148E04;
 }
 .AnyTagClassName
 {
   color: #148E04;
 }
</style>

background-color css

<style>
 a { background-color: #148E04; }

 a { background-color: rgb(20,142,4); }

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

border-color css

<style>
 span { border-color: #148E04; }

 span { border-color: rgb(20,142,4); }

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