Html Css Color HEX #0B930A Islamic Green

📋 copy color: '#0B930A'

red 11 ◦ green 147 ◦ blue 10

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

Shades of Islamic Green #0B930A

Tints of Islamic Green #0B930A

RGB

 RED value IS 11 (4.69% from 255) = 6.55%

 GREEN value IS 147 (57.81% from 255) = 87.5%

 BLUE value IS 10 (4.3% from 255) = 5.95%

R = 6.55%
G = 87.5%
B = 5.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#0B930A (or 0x0B930A) is known color: Islamic Green. HEX triplet: 0B, 93 and 0A. RGB value is (11,147,10). Sum of RGB (Red+Green+Blue) = 11+147+10=168 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.55% from 168); Green value is 147 (57.81% from 255 or 87.5% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 147 - color contains mainly: green. Hex color #0B930A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B930A is #F46CF5. Grayscale: #5B5B5B. Windows color (decimal): -16018678 or 693003. OLE color: 693003.

HSL color Cylindrical-coordinate representation of color #0B930A: hue angle of 119.56º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B930A is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 11 147 10 -
CMYK 0.93 0 0.93 0.42
HSL 119.56º 0.87% 0.31% -
HSV(B) 119.56º 0.93% 0.58% -
XYZ 10.63 20.96 3.77 -
YUV 90.72 82.44 71.14 -
System Red Green Blue C M Y K H S L
Decimal 11 147 10 0.93 0 0.93 0.42 119.56 0.87 0.31
Hex B 93 A 5D 0 5D 2A 78 57 1F
Octal 13 223 12 135 0 135 52 170 127 37
Binary 1011 10010011 1010 1011101 0 1011101 101010 1111000 1010111 11111

Color Harmonies of #0B930A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B930A

Black with #0B930A

Text Example


Text Example

White with #0B930A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B930A; }

 p { color: rgb(11,147,10); }

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

background-color css

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

 a { background-color: rgb(11,147,10); }

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

border-color css

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

 span { border-color: rgb(11,147,10); }

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