Html Css Color HEX #0FBA17 Islamic Green

📋 copy color: '#0FBA17'

red 15 ◦ green 186 ◦ blue 23

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

Shades of Islamic Green #0FBA17

Tints of Islamic Green #0FBA17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.27%

R = 6.7%
G = 83.04%
B = 10.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#0FBA17 (or 0x0FBA17) is known color: Islamic Green. HEX triplet: 0F, BA and 17. RGB value is (15,186,23). Sum of RGB (Red+Green+Blue) = 15+186+23=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 186 (73.05% from 255 or 83.04% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FBA17 is #F045E8. Grayscale: #747474. Windows color (decimal): -15746537 or 1554959. OLE color: 1554959.

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

Color convert

RGB 15 186 23 -
CMYK 0.92 0 0.88 0.27
HSL 122.81º 0.85% 0.39% -
HSV(B) 122.81º 0.92% 0.73% -
XYZ 17.91 35.28 6.68 -
YUV 116.29 75.35 55.75 -
System Red Green Blue C M Y K H S L
Decimal 15 186 23 0.92 0 0.88 0.27 122.81 0.85 0.39
Hex F BA 17 5C 0 58 1B 7B 55 27
Octal 17 272 27 134 0 130 33 173 125 47
Binary 1111 10111010 10111 1011100 0 1011000 11011 1111011 1010101 100111

Color Harmonies of #0FBA17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FBA17

Black with #0FBA17

Text Example


Text Example

White with #0FBA17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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