Html Css Color HEX #0FBB08 Islamic Green

📋 copy color: '#0FBB08'

red 15 ◦ green 187 ◦ blue 8

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

Shades of Islamic Green #0FBB08

Tints of Islamic Green #0FBB08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.81%

R = 7.14%
G = 89.05%
B = 3.81%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#0FBB08 (or 0x0FBB08) is known color: Islamic Green. HEX triplet: 0F, BB and 08. RGB value is (15,187,8). Sum of RGB (Red+Green+Blue) = 15+187+8=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 187 (73.44% from 255 or 89.05% from 210); Blue value is 8 (3.52% from 255 or 3.81% from 210); Max value from RGB is 187 - color contains mainly: green. Hex color #0FBB08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBB08 is #F044F7. Grayscale: #737373. Windows color (decimal): -15746296 or 572175. OLE color: 572175.

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

Color convert

RGB 15 187 8 -
CMYK 0.92 0 0.96 0.27
HSL 117.65º 0.92% 0.38% -
HSV(B) 117.65º 0.96% 0.73% -
XYZ 18.01 35.66 6.16 -
YUV 115.17 67.52 56.55 -
System Red Green Blue C M Y K H S L
Decimal 15 187 8 0.92 0 0.96 0.27 117.65 0.92 0.38
Hex F BB 8 5C 0 60 1B 76 5C 26
Octal 17 273 10 134 0 140 33 166 134 46
Binary 1111 10111011 1000 1011100 0 1100000 11011 1110110 1011100 100110

Color Harmonies of #0FBB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBB08

Black with #0FBB08

Text Example


Text Example

White with #0FBB08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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