Html Css Color HEX #0BA51D Islamic Green

📋 copy color: '#0BA51D'

red 11 ◦ green 165 ◦ blue 29

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

Shades of Islamic Green #0BA51D

Tints of Islamic Green #0BA51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.15%

R = 5.37%
G = 80.49%
B = 14.15%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#0BA51D (or 0x0BA51D) is known color: Islamic Green. HEX triplet: 0B, A5 and 1D. RGB value is (11,165,29). Sum of RGB (Red+Green+Blue) = 11+165+29=205 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.37% from 205); Green value is 165 (64.84% from 255 or 80.49% from 205); Blue value is 29 (11.72% from 255 or 14.15% from 205); Max value from RGB is 165 - color contains mainly: green. Hex color #0BA51D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0BA51D is #F45AE2. Grayscale: #676767. Windows color (decimal): -16014051 or 1942795. OLE color: 1942795.

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

Color convert

RGB 11 165 29 -
CMYK 0.93 0 0.82 0.35
HSL 127.01º 0.88% 0.35% -
HSV(B) 127.01º 0.93% 0.65% -
XYZ 13.81 27.07 5.66 -
YUV 103.45 85.98 62.06 -
System Red Green Blue C M Y K H S L
Decimal 11 165 29 0.93 0 0.82 0.35 127.01 0.88 0.35
Hex B A5 1D 5D 0 52 23 7F 58 23
Octal 13 245 35 135 0 122 43 177 130 43
Binary 1011 10100101 11101 1011101 0 1010010 100011 1111111 1011000 100011

Color Harmonies of #0BA51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BA51D

Black with #0BA51D

Text Example


Text Example

White with #0BA51D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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