Html Css Color HEX #0BBF0C Islamic Green

📋 copy color: '#0BBF0C'

red 11 ◦ green 191 ◦ blue 12

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

Shades of Islamic Green #0BBF0C

Tints of Islamic Green #0BBF0C

RGB

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

 GREEN value IS 191 (75% from 255) = 89.25%

 BLUE value IS 12 (5.08% from 255) = 5.61%

R = 5.14%
G = 89.25%
B = 5.61%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#0BBF0C (or 0x0BBF0C) is known color: Islamic Green. HEX triplet: 0B, BF and 0C. RGB value is (11,191,12). Sum of RGB (Red+Green+Blue) = 11+191+12=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 191 (75% from 255 or 89.25% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 191 - color contains mainly: green. Hex color #0BBF0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BBF0C is #F440F3. Grayscale: #757575. Windows color (decimal): -16007412 or 835339. OLE color: 835339.

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

Color convert

RGB 11 191 12 -
CMYK 0.94 0 0.94 0.25
HSL 120.33º 0.89% 0.4% -
HSV(B) 120.33º 0.94% 0.75% -
XYZ 18.84 37.36 6.57 -
YUV 116.77 68.87 52.55 -
System Red Green Blue C M Y K H S L
Decimal 11 191 12 0.94 0 0.94 0.25 120.33 0.89 0.4
Hex B BF C 5E 0 5E 19 78 59 28
Octal 13 277 14 136 0 136 31 170 131 50
Binary 1011 10111111 1100 1011110 0 1011110 11001 1111000 1011001 101000

Color Harmonies of #0BBF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BBF0C

Black with #0BBF0C

Text Example


Text Example

White with #0BBF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,191,12); }

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

background-color css

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

 a { background-color: rgb(11,191,12); }

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

border-color css

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

 span { border-color: rgb(11,191,12); }

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