Html Css Color HEX #0FBA08 Islamic Green

📋 copy color: '#0FBA08'

red 15 ◦ green 186 ◦ blue 8

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

Shades of Islamic Green #0FBA08

Tints of Islamic Green #0FBA08

RGB

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

 GREEN value IS 186 (73.05% from 255) = 89%

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

R = 7.18%
G = 89%
B = 3.83%

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

#0FBA08 (or 0x0FBA08) is known color: Islamic Green. HEX triplet: 0F, BA and 08. RGB value is (15,186,8). Sum of RGB (Red+Green+Blue) = 15+186+8=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 186 (73.05% from 255 or 89.00% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA08 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBA08 is #F045F7. Grayscale: #737373. Windows color (decimal): -15746552 or 571919. OLE color: 571919.

HSL color Cylindrical-coordinate representation of color #0FBA08: hue angle of 117.64º 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 #0FBA08 is Cyan = 0.92, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 15 186 8 -
CMYK 0.92 0 0.96 0.27
HSL 117.64º 0.92% 0.38% -
HSV(B) 117.64º 0.96% 0.73% -
XYZ 17.8 35.24 6.09 -
YUV 114.58 67.85 56.97 -
System Red Green Blue C M Y K H S L
Decimal 15 186 8 0.92 0 0.96 0.27 117.64 0.92 0.38
Hex F BA 8 5C 0 60 1B 76 5C 26
Octal 17 272 10 134 0 140 33 166 134 46
Binary 1111 10111010 1000 1011100 0 1100000 11011 1110110 1011100 100110

Color Harmonies of #0FBA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA08

Black with #0FBA08

Text Example


Text Example

White with #0FBA08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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