Html Css Color HEX #0BA719 Islamic Green

📋 copy color: '#0BA719'

red 11 ◦ green 167 ◦ blue 25

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

Shades of Islamic Green #0BA719

Tints of Islamic Green #0BA719

RGB

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

 GREEN value IS 167 (65.63% from 255) = 82.27%

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

R = 5.42%
G = 82.27%
B = 12.32%

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

#0BA719 (or 0x0BA719) is known color: Islamic Green. HEX triplet: 0B, A7 and 19. RGB value is (11,167,25). Sum of RGB (Red+Green+Blue) = 11+167+25=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 167 (65.62% from 255 or 82.27% from 203); Blue value is 25 (10.16% from 255 or 12.32% from 203); Max value from RGB is 167 - color contains mainly: green. Hex color #0BA719 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0BA719 is #F458E6. Grayscale: #686868. Windows color (decimal): -16013543 or 1681163. OLE color: 1681163.

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

Color convert

RGB 11 167 25 -
CMYK 0.93 0 0.85 0.35
HSL 125.38º 0.88% 0.35% -
HSV(B) 125.38º 0.93% 0.65% -
XYZ 14.13 27.78 5.54 -
YUV 104.17 83.32 61.55 -
System Red Green Blue C M Y K H S L
Decimal 11 167 25 0.93 0 0.85 0.35 125.38 0.88 0.35
Hex B A7 19 5D 0 55 23 7D 58 23
Octal 13 247 31 135 0 125 43 175 130 43
Binary 1011 10100111 11001 1011101 0 1010101 100011 1111101 1011000 100011

Color Harmonies of #0BA719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA719

Black with #0BA719

Text Example


Text Example

White with #0BA719

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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