Html Css Color HEX #149B08 Islamic Green

📋 copy color: '#149B08'

red 20 ◦ green 155 ◦ blue 8

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

Shades of Islamic Green #149B08

Tints of Islamic Green #149B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.37%

R = 10.93%
G = 84.7%
B = 4.37%

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

#149B08 (or 0x149B08) is known color: Islamic Green. HEX triplet: 14, 9B and 08. RGB value is (20,155,8). Sum of RGB (Red+Green+Blue) = 20+155+8=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 155 (60.94% from 255 or 84.70% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 155 - color contains mainly: green. Hex color #149B08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #149B08 is #EB64F7. Grayscale: #626262. Windows color (decimal): -15426808 or 563988. OLE color: 563988.

HSL color Cylindrical-coordinate representation of color #149B08: hue angle of 115.1º degrees, saturation: 0.9, 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 #149B08 is Cyan = 0.87, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 155 8 -
CMYK 0.87 0 0.95 0.39
HSL 115.1º 0.9% 0.32% -
HSV(B) 115.1º 0.95% 0.61% -
XYZ 12.05 23.61 4.15 -
YUV 97.88 77.27 72.45 -
System Red Green Blue C M Y K H S L
Decimal 20 155 8 0.87 0 0.95 0.39 115.1 0.9 0.32
Hex 14 9B 8 57 0 5F 27 73 5A 20
Octal 24 233 10 127 0 137 47 163 132 40
Binary 10100 10011011 1000 1010111 0 1011111 100111 1110011 1011010 100000

Color Harmonies of #149B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149B08

Black with #149B08

Text Example


Text Example

White with #149B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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