Html Css Color HEX #0B970A Islamic Green

📋 copy color: '#0B970A'

red 11 ◦ green 151 ◦ blue 10

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

Shades of Islamic Green #0B970A

Tints of Islamic Green #0B970A

RGB

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

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

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

R = 6.4%
G = 87.79%
B = 5.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#0B970A (or 0x0B970A) is known color: Islamic Green. HEX triplet: 0B, 97 and 0A. RGB value is (11,151,10). Sum of RGB (Red+Green+Blue) = 11+151+10=172 (22% of max value = 765). Red value is 11 (4.69% from 255 or 6.40% from 172); Green value is 151 (59.38% from 255 or 87.79% from 172); Blue value is 10 (4.30% from 255 or 5.81% from 172); Max value from RGB is 151 - color contains mainly: green. Hex color #0B970A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0B970A is #F468F5. Grayscale: #5D5D5D. Windows color (decimal): -16017654 or 694027. OLE color: 694027.

HSL color Cylindrical-coordinate representation of color #0B970A: hue angle of 119.57º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B970A is Cyan = 0.93, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 11 151 10 -
CMYK 0.93 0 0.93 0.41
HSL 119.57º 0.88% 0.32% -
HSV(B) 119.57º 0.93% 0.59% -
XYZ 11.26 22.23 3.98 -
YUV 93.07 81.12 69.46 -
System Red Green Blue C M Y K H S L
Decimal 11 151 10 0.93 0 0.93 0.41 119.57 0.88 0.32
Hex B 97 A 5D 0 5D 29 78 58 20
Octal 13 227 12 135 0 135 51 170 130 40
Binary 1011 10010111 1010 1011101 0 1011101 101001 1111000 1011000 100000

Color Harmonies of #0B970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B970A

Black with #0B970A

Text Example


Text Example

White with #0B970A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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