Html Css Color HEX #0FBB02 Islamic Green

📋 copy color: '#0FBB02'

red 15 ◦ green 187 ◦ blue 2

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

Shades of Islamic Green #0FBB02

Tints of Islamic Green #0FBB02

RGB

 RED value IS 15 (6.25% from 255) = 7.35%

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

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

R = 7.35%
G = 91.67%
B = 0.98%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#0FBB02 (or 0x0FBB02) is known color: Islamic Green. HEX triplet: 0F, BB and 02. RGB value is (15,187,2). Sum of RGB (Red+Green+Blue) = 15+187+2=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 187 (73.44% from 255 or 91.67% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 187 - color contains mainly: green. Hex color #0FBB02 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBB02 is #F044FD. Grayscale: #737373. Windows color (decimal): -15746302 or 178959. OLE color: 178959.

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

Color convert

RGB 15 187 2 -
CMYK 0.92 0 0.99 0.27
HSL 115.78º 0.98% 0.37% -
HSV(B) 115.78º 0.99% 0.73% -
XYZ 17.98 35.65 5.99 -
YUV 114.48 64.52 57.04 -
System Red Green Blue C M Y K H S L
Decimal 15 187 2 0.92 0 0.99 0.27 115.78 0.98 0.37
Hex F BB 2 5C 0 63 1B 74 62 25
Octal 17 273 2 134 0 143 33 164 142 45
Binary 1111 10111011 10 1011100 0 1100011 11011 1110100 1100010 100101

Color Harmonies of #0FBB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBB02

Black with #0FBB02

Text Example


Text Example

White with #0FBB02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,187,2); }

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

background-color css

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

 a { background-color: rgb(15,187,2); }

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

border-color css

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

 span { border-color: rgb(15,187,2); }

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