Html Css Color HEX #0FBA09 Islamic Green

📋 copy color: '#0FBA09'

red 15 ◦ green 186 ◦ blue 9

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

Shades of Islamic Green #0FBA09

Tints of Islamic Green #0FBA09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.29%

R = 7.14%
G = 88.57%
B = 4.29%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#0FBA09 (or 0x0FBA09) is known color: Islamic Green. HEX triplet: 0F, BA and 09. RGB value is (15,186,9). Sum of RGB (Red+Green+Blue) = 15+186+9=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 186 (73.05% from 255 or 88.57% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBA09 is #F045F6. Grayscale: #737373. Windows color (decimal): -15746551 or 637455. OLE color: 637455.

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

Color convert

RGB 15 186 9 -
CMYK 0.92 0 0.95 0.27
HSL 117.97º 0.91% 0.38% -
HSV(B) 117.97º 0.95% 0.73% -
XYZ 17.81 35.24 6.12 -
YUV 114.69 68.35 56.89 -
System Red Green Blue C M Y K H S L
Decimal 15 186 9 0.92 0 0.95 0.27 117.97 0.91 0.38
Hex F BA 9 5C 0 5F 1B 76 5B 26
Octal 17 272 11 134 0 137 33 166 133 46
Binary 1111 10111010 1001 1011100 0 1011111 11011 1110110 1011011 100110

Color Harmonies of #0FBA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA09

Black with #0FBA09

Text Example


Text Example

White with #0FBA09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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