Html Css Color HEX #0BA513 Islamic Green

📋 copy color: '#0BA513'

red 11 ◦ green 165 ◦ blue 19

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

Shades of Islamic Green #0BA513

Tints of Islamic Green #0BA513

RGB

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

 GREEN value IS 165 (64.84% from 255) = 84.62%

 BLUE value IS 19 (7.81% from 255) = 9.74%

R = 5.64%
G = 84.62%
B = 9.74%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#0BA513 (or 0x0BA513) is known color: Islamic Green. HEX triplet: 0B, A5 and 13. RGB value is (11,165,19). Sum of RGB (Red+Green+Blue) = 11+165+19=195 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.64% from 195); Green value is 165 (64.84% from 255 or 84.62% from 195); Blue value is 19 (7.81% from 255 or 9.74% from 195); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA513 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA513 is #F45AEC. Grayscale: #666666. Windows color (decimal): -16014061 or 1287435. OLE color: 1287435.

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

Color convert

RGB 11 165 19 -
CMYK 0.93 0 0.88 0.35
HSL 123.12º 0.88% 0.35% -
HSV(B) 123.12º 0.93% 0.65% -
XYZ 13.71 27.03 5.11 -
YUV 102.31 80.98 62.87 -
System Red Green Blue C M Y K H S L
Decimal 11 165 19 0.93 0 0.88 0.35 123.12 0.88 0.35
Hex B A5 13 5D 0 58 23 7B 58 23
Octal 13 245 23 135 0 130 43 173 130 43
Binary 1011 10100101 10011 1011101 0 1011000 100011 1111011 1011000 100011

Color Harmonies of #0BA513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA513

Black with #0BA513

Text Example


Text Example

White with #0BA513

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,165,19); }

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

background-color css

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

 a { background-color: rgb(11,165,19); }

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

border-color css

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

 span { border-color: rgb(11,165,19); }

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