#00990B

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

Shades of Islamic Green #00990B

Tints of Islamic Green #00990B

Color information

#00990B (or 0x00990B) is unknown color: approx Islamic Green. HEX triplet: 00, 99 and 0B. RGB value is (0,153,11). Sum of RGB (Red+Green+Blue) = 0+153+11=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 153 (60.16% from 255 or 93.29% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 153 - color contains mainly: green. Hex color #00990B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00990B is #FF66F4. Grayscale: #5B5B5B. Windows color (decimal): -16738037 or 760064. OLE color: 760064.

HSL color Cylindrical-coordinate representation of color #00990B: hue angle of 124.31º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00990B is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.

Color convert

RGB015311-
CMYK100.930.4
HSL124.31º100%30%-
HSV(B)124.31º100%60%-
XYZ11.4522.814.12-
YUV91.0682.8163.05-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 153 (60.16% from 255) = 93.29%
BLUE value IS 11 (4.69% from 255) = 6.71%
R=0%
G=93.29%
B=6.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal015311100.930.4124.3110030
Hex099B6405D287c641e
Octal02311314401355017414436
Binary01001100110111100100010111011010001111100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00990B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00990B; }

 p { color: rgb(0,153,11); }

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

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

 a { background-color: rgb(0,153,11); }

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

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

 span { border-color: rgb(0,153,11); }

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