Html Css Color HEX #0BA519 Islamic Green

📋 copy color: '#0BA519'

red 11 ◦ green 165 ◦ blue 25

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

Shades of Islamic Green #0BA519

Tints of Islamic Green #0BA519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 12.44%

R = 5.47%
G = 82.09%
B = 12.44%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#0BA519 (or 0x0BA519) is known color: Islamic Green. HEX triplet: 0B, A5 and 19. RGB value is (11,165,25). Sum of RGB (Red+Green+Blue) = 11+165+25=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 165 (64.84% from 255 or 82.09% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA519 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA519 is #F45AE6. Grayscale: #676767. Windows color (decimal): -16014055 or 1680651. OLE color: 1680651.

HSL color Cylindrical-coordinate representation of color #0BA519: hue angle of 125.45º 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 #0BA519 is Cyan = 0.93, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB 11 165 25 -
CMYK 0.93 0 0.85 0.35
HSL 125.45º 0.88% 0.35% -
HSV(B) 125.45º 0.93% 0.65% -
XYZ 13.77 27.05 5.42 -
YUV 102.99 83.98 62.38 -
System Red Green Blue C M Y K H S L
Decimal 11 165 25 0.93 0 0.85 0.35 125.45 0.88 0.35
Hex B A5 19 5D 0 55 23 7D 58 23
Octal 13 245 31 135 0 125 43 175 130 43
Binary 1011 10100101 11001 1011101 0 1010101 100011 1111101 1011000 100011

Color Harmonies of #0BA519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA519

Black with #0BA519

Text Example


Text Example

White with #0BA519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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