#148F02

Color #148F02 Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #148F02

Tints of Islamic Green #148F02

Color information

#148F02 (or 0x148F02) is unknown color: approx Islamic Green. HEX triplet: 14, 8F and 02. RGB value is (20,143,2). Sum of RGB (Red+Green+Blue) = 20+143+2=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 143 (56.25% from 255 or 86.67% from 165); Blue value is 2 (1.17% from 255 or 1.21% from 165); Max value from RGB is 143 - color contains mainly: green. Hex color #148F02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #148F02 is #EB70FD. Grayscale: #5A5A5A. Windows color (decimal): -15429886 or 167700. OLE color: 167700.

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

Color convert

RGB201432-
CMYK0.8600.990.44
HSL112.34º97.24%28.43%-
HSV(B)112.34º98.6%56.08%-
XYZ10.1219.83.35-
YUV90.1578.2577.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 143 (56.25% from 255) = 86.67%
BLUE value IS 2 (1.17% from 255) = 1.21%
R=12.12%
G=86.67%
B=1.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2014320.8600.990.44112.3497.2428.43
Hex148F2560632C70611c
Octal24217212601435416014134
Binary1010010001111101010110011000111011001110000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #148F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,143,2); }

 H1.HeaderClassName
 {
   color: #148F02;
 }
 .AnyTagClassName
 {
   color: #148F02;
 }
</style>
background-color css

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

 a { background-color: rgb(20,143,2); }

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

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

 span { border-color: rgb(20,143,2); }

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