Html Css Color HEX #0BBE13 Islamic Green

📋 copy color: '#0BBE13'

red 11 ◦ green 190 ◦ blue 19

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

Shades of Islamic Green #0BBE13

Tints of Islamic Green #0BBE13

RGB

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

 GREEN value IS 190 (74.61% from 255) = 86.36%

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

R = 5%
G = 86.36%
B = 8.64%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#0BBE13 (or 0x0BBE13) is known color: Islamic Green. HEX triplet: 0B, BE and 13. RGB value is (11,190,19). Sum of RGB (Red+Green+Blue) = 11+190+19=220 (29% of max value = 765). Red value is 11 (4.69% from 255 or 5% from 220); Green value is 190 (74.61% from 255 or 86.36% from 220); Blue value is 19 (7.81% from 255 or 8.64% from 220); Max value from RGB is 190 - color contains mainly: green. Hex color #0BBE13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBE13 is #F441EC. Grayscale: #757575. Windows color (decimal): -16007661 or 1293835. OLE color: 1293835.

HSL color Cylindrical-coordinate representation of color #0BBE13: hue angle of 122.68º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBE13 is Cyan = 0.94, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 11 190 19 -
CMYK 0.94 0 0.90 0.25
HSL 122.68º 0.89% 0.39% -
HSV(B) 122.68º 0.94% 0.75% -
XYZ 18.67 36.95 6.76 -
YUV 116.99 72.7 52.4 -
System Red Green Blue C M Y K H S L
Decimal 11 190 19 0.94 0 0.90 0.25 122.68 0.89 0.39
Hex B BE 13 5E 0 5A 19 7B 59 27
Octal 13 276 23 136 0 132 31 173 131 47
Binary 1011 10111110 10011 1011110 0 1011010 11001 1111011 1011001 100111

Color Harmonies of #0BBE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBE13

Black with #0BBE13

Text Example


Text Example

White with #0BBE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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