Html Css Color HEX #149B07 Islamic Green

📋 copy color: '#149B07'

red 20 ◦ green 155 ◦ blue 7

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

Shades of Islamic Green #149B07

Tints of Islamic Green #149B07

RGB

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

 GREEN value IS 155 (60.94% from 255) = 85.16%

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

R = 10.99%
G = 85.16%
B = 3.85%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#149B07 (or 0x149B07) is known color: Islamic Green. HEX triplet: 14, 9B and 07. RGB value is (20,155,7). Sum of RGB (Red+Green+Blue) = 20+155+7=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 155 (60.94% from 255 or 85.16% from 182); Blue value is 7 (3.12% from 255 or 3.85% from 182); Max value from RGB is 155 - color contains mainly: green. Hex color #149B07 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149B07 is #EB64F8. Grayscale: #626262. Windows color (decimal): -15426809 or 498452. OLE color: 498452.

HSL color Cylindrical-coordinate representation of color #149B07: hue angle of 114.73º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #149B07 is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 155 7 -
CMYK 0.87 0 0.95 0.39
HSL 114.73º 0.91% 0.32% -
HSV(B) 114.73º 0.95% 0.61% -
XYZ 12.05 23.61 4.12 -
YUV 97.76 76.77 72.53 -
System Red Green Blue C M Y K H S L
Decimal 20 155 7 0.87 0 0.95 0.39 114.73 0.91 0.32
Hex 14 9B 7 57 0 5F 27 73 5B 20
Octal 24 233 7 127 0 137 47 163 133 40
Binary 10100 10011011 111 1010111 0 1011111 100111 1110011 1011011 100000

Color Harmonies of #149B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149B07

Black with #149B07

Text Example


Text Example

White with #149B07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149B07; }

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

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

background-color css

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

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

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

border-color css

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

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

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