Html Css Color HEX #0BBB04 Islamic Green

📋 copy color: '#0BBB04'

red 11 ◦ green 187 ◦ blue 4

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

Shades of Islamic Green #0BBB04

Tints of Islamic Green #0BBB04

RGB

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

 GREEN value IS 187 (73.44% from 255) = 92.57%

 BLUE value IS 4 (1.95% from 255) = 1.98%

R = 5.45%
G = 92.57%
B = 1.98%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#0BBB04 (or 0x0BBB04) is known color: Islamic Green. HEX triplet: 0B, BB and 04. RGB value is (11,187,4). Sum of RGB (Red+Green+Blue) = 11+187+4=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 187 (73.44% from 255 or 92.57% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 187 - color contains mainly: green. Hex color #0BBB04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBB04 is #F444FB. Grayscale: #727272. Windows color (decimal): -16008444 or 310027. OLE color: 310027.

HSL color Cylindrical-coordinate representation of color #0BBB04: hue angle of 117.7º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0BBB04 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 187 4 -
CMYK 0.94 0 0.98 0.27
HSL 117.7º 0.96% 0.37% -
HSV(B) 117.7º 0.98% 0.73% -
XYZ 17.93 35.62 6.05 -
YUV 113.51 66.19 54.88 -
System Red Green Blue C M Y K H S L
Decimal 11 187 4 0.94 0 0.98 0.27 117.7 0.96 0.37
Hex B BB 4 5E 0 62 1B 76 60 25
Octal 13 273 4 136 0 142 33 166 140 45
Binary 1011 10111011 100 1011110 0 1100010 11011 1110110 1100000 100101

Color Harmonies of #0BBB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBB04

Black with #0BBB04

Text Example


Text Example

White with #0BBB04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,187,4); }

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

background-color css

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

 a { background-color: rgb(11,187,4); }

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

border-color css

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

 span { border-color: rgb(11,187,4); }

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