Html Css Color HEX #149707 Islamic Green

📋 copy color: '#149707'

red 20 ◦ green 151 ◦ blue 7

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

Shades of Islamic Green #149707

Tints of Islamic Green #149707

RGB

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

 GREEN value IS 151 (59.38% from 255) = 84.83%

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

R = 11.24%
G = 84.83%
B = 3.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#149707 (or 0x149707) is known color: Islamic Green. HEX triplet: 14, 97 and 07. RGB value is (20,151,7). Sum of RGB (Red+Green+Blue) = 20+151+7=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 151 (59.38% from 255 or 84.83% from 178); Blue value is 7 (3.12% from 255 or 3.93% from 178); Max value from RGB is 151 - color contains mainly: green. Hex color #149707 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149707 is #EB68F8. Grayscale: #5F5F5F. Windows color (decimal): -15427833 or 497428. OLE color: 497428.

HSL color Cylindrical-coordinate representation of color #149707: hue angle of 114.58º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #149707 is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 151 7 -
CMYK 0.87 0 0.95 0.41
HSL 114.58º 0.91% 0.31% -
HSV(B) 114.58º 0.95% 0.59% -
XYZ 11.39 22.3 3.9 -
YUV 95.42 78.1 74.21 -
System Red Green Blue C M Y K H S L
Decimal 20 151 7 0.87 0 0.95 0.41 114.58 0.91 0.31
Hex 14 97 7 57 0 5F 29 73 5B 1F
Octal 24 227 7 127 0 137 51 163 133 37
Binary 10100 10010111 111 1010111 0 1011111 101001 1110011 1011011 11111

Color Harmonies of #149707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149707

Black with #149707

Text Example


Text Example

White with #149707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149707; }

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

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

background-color css

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

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

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

border-color css

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

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

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