Html Css Color HEX #0BB602 Islamic Green

📋 copy color: '#0BB602'

red 11 ◦ green 182 ◦ blue 2

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

Shades of Islamic Green #0BB602

Tints of Islamic Green #0BB602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 93.33%

 BLUE value IS 2 (1.17% from 255) = 1.03%

R = 5.64%
G = 93.33%
B = 1.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#0BB602 (or 0x0BB602) is known color: Islamic Green. HEX triplet: 0B, B6 and 02. RGB value is (11,182,2). Sum of RGB (Red+Green+Blue) = 11+182+2=195 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.64% from 195); Green value is 182 (71.48% from 255 or 93.33% from 195); Blue value is 2 (1.17% from 255 or 1.03% from 195); Max value from RGB is 182 - color contains mainly: green. Hex color #0BB602 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0BB602 is #F449FD. Grayscale: #6E6E6E. Windows color (decimal): -16009726 or 177675. OLE color: 177675.

HSL color Cylindrical-coordinate representation of color #0BB602: hue angle of 117º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0BB602 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 11 182 2 -
CMYK 0.94 0 0.99 0.29
HSL 117º 0.98% 0.36% -
HSV(B) 117º 0.99% 0.71% -
XYZ 16.88 33.53 5.64 -
YUV 110.35 66.85 57.14 -
System Red Green Blue C M Y K H S L
Decimal 11 182 2 0.94 0 0.99 0.29 117 0.98 0.36
Hex B B6 2 5E 0 63 1D 75 62 24
Octal 13 266 2 136 0 143 35 165 142 44
Binary 1011 10110110 10 1011110 0 1100011 11101 1110101 1100010 100100

Color Harmonies of #0BB602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB602

Black with #0BB602

Text Example


Text Example

White with #0BB602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,182,2); }

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

background-color css

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

 a { background-color: rgb(11,182,2); }

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

border-color css

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

 span { border-color: rgb(11,182,2); }

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