Html Css Color HEX #0FBA18 Islamic Green

📋 copy color: '#0FBA18'

red 15 ◦ green 186 ◦ blue 24

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

Shades of Islamic Green #0FBA18

Tints of Islamic Green #0FBA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.67%

R = 6.67%
G = 82.67%
B = 10.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#0FBA18 (or 0x0FBA18) is known color: Islamic Green. HEX triplet: 0F, BA and 18. RGB value is (15,186,24). Sum of RGB (Red+Green+Blue) = 15+186+24=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 186 (73.05% from 255 or 82.67% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBA18 is #F045E7. Grayscale: #747474. Windows color (decimal): -15746536 or 1620495. OLE color: 1620495.

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

Color convert

RGB 15 186 24 -
CMYK 0.92 0 0.87 0.27
HSL 123.16º 0.85% 0.39% -
HSV(B) 123.16º 0.92% 0.73% -
XYZ 17.92 35.29 6.73 -
YUV 116.4 75.85 55.67 -
System Red Green Blue C M Y K H S L
Decimal 15 186 24 0.92 0 0.87 0.27 123.16 0.85 0.39
Hex F BA 18 5C 0 57 1B 7B 55 27
Octal 17 272 30 134 0 127 33 173 125 47
Binary 1111 10111010 11000 1011100 0 1010111 11011 1111011 1010101 100111

Color Harmonies of #0FBA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA18

Black with #0FBA18

Text Example


Text Example

White with #0FBA18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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