Html Css Color HEX #148D07 Islamic Green

📋 copy color: '#148D07'

red 20 ◦ green 141 ◦ blue 7

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

Shades of Islamic Green #148D07

Tints of Islamic Green #148D07

RGB

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

 GREEN value IS 141 (55.47% from 255) = 83.93%

 BLUE value IS 7 (3.13% from 255) = 4.17%

R = 11.9%
G = 83.93%
B = 4.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.95

 K value IS 0.45

RGB Variations

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

Color information

#148D07 (or 0x148D07) is known color: Islamic Green. HEX triplet: 14, 8D and 07. RGB value is (20,141,7). Sum of RGB (Red+Green+Blue) = 20+141+7=168 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.90% from 168); Green value is 141 (55.47% from 255 or 83.93% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 141 - color contains mainly: green. Hex color #148D07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148D07 is #EB72F8. Grayscale: #595959. Windows color (decimal): -15430393 or 494868. OLE color: 494868.

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

Color convert

RGB 20 141 7 -
CMYK 0.86 0 0.95 0.45
HSL 114.18º 0.91% 0.29% -
HSV(B) 114.18º 0.95% 0.55% -
XYZ 9.85 19.21 3.39 -
YUV 89.55 81.41 78.4 -
System Red Green Blue C M Y K H S L
Decimal 20 141 7 0.86 0 0.95 0.45 114.18 0.91 0.29
Hex 14 8D 7 56 0 5F 2D 72 5B 1D
Octal 24 215 7 126 0 137 55 162 133 35
Binary 10100 10001101 111 1010110 0 1011111 101101 1110010 1011011 11101

Color Harmonies of #148D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #148D07

Black with #148D07

Text Example


Text Example

White with #148D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,141,7); }

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

background-color css

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

 a { background-color: rgb(20,141,7); }

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

border-color css

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

 span { border-color: rgb(20,141,7); }

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